Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.
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-headersYou'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-2005I 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 directoryI 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 jitOver 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-2005Is there a way to see if an Excel Workbook, say DataSheet.xls, is open (in use) or not? I …
c# visual-studio-2005 excel-2007When 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-2005I 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 formattingI 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-2003I 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