Top "Visual-studio-2005" questions

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

How to implement precompiled headers into your project

I understand the purpose and reasoning behind precompiled headers. However, what are the rules when implementing them? From my understanding, …

c++ visual-c++ visual-studio-2005 include precompiled-headers
Would you like to continue and run the last successful build?

You're in Visual Studio... you press F5 (Run) and are greeted by this dialog: There were build errors. Would you …

visual-studio visual-studio-2008 debugging visual-studio-2005
Renaming the containing project folder in VS.net under TFS

I have a vs.net project, and after some refactoring, have modified the name of the project. How can I …

visual-studio-2008 visual-studio-2005 tfs directory
Disable WerFault.exe/"Application Has Stopped Working" crash dialog

I have a development tool that's crashing on launch, and I don't get to see any error messages it throws, …

visual-studio-2005 windows-7 jit
Resolving "Validation (): Element ‘xxxx’ is not supported" warning in Visual Studio 2005/2008

Over the last couple of days I started getting the following validation warning (green squiggly line at design time) in …

asp.net visual-studio-2008 visual-studio-2005
Checking if an Excel Workbook is open

Is there a way to see if an Excel Workbook, say DataSheet.xls, is open (in use) or not? I …

c# visual-studio-2005 excel-2007
What does the suffix #DEN mean on the value of a variable

When debugging in VS2005 I have a float in the Locals window whose values is: 1.744e-039#DEN What does the #…

c++ visual-studio debugging visual-studio-2005
Formatting - at once - all the files in a Visual Studio project

I am interested in formatting all the files in a Visual Studio (ver. 2005) project all at once. Currently, there is …

c# visual-studio visual-studio-2005 formatting
System.BadImageFormatException: How to fix .NET version mismatch?

I wrote a dll in VS 2005 that will be loaded by another program that was developed in VS 2003. When that …

.net visual-studio visual-studio-2005 visual-studio-2003
How can I use the TRACE macro in non-MFC projects?

I want to use the TRACE() macro to get output in the debug window in Visual Studio 2005 in a non-MFC …

c++ visual-c++ visual-studio-2005