Top "Visual-studio-2008" questions

This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.

how to open Team Explorer in Visual Studio 2008

I have VS2008 Professional Edition with SP1 installed on my machine. Currently we use Visual Source Safe for version controller …

visual-studio-2008 tfs team-explorer
Difference between the KeyDown Event, KeyPress Event and KeyUp Event in Visual Studio

Can anyone tell me the difference between the KeyDown event, the KeyPress event and the KeyUp event? I checked the …

c# visual-studio-2008 events event-handling
Cannot find namespace 'System.Data.SqlServerCe'

I did include the System.Data.SqlServerCe dll, put using System.Data.SqlServerCe; in my code, but when I open …

c# asp.net visual-studio-2008 sql-server-ce
Why is Visual Studio not able to open .csproj files?

I have the odd problem that I am not able to open the properties of my .NET projects in Visual …

.net visual-studio-2008 xna xna-3.0
Visual Studio Format entire file?

Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?

c# visual-studio-2008 formatting coderush-xpress
GCC with Visual Studio?

How hard would it be to use GCC instead of VC++ from within Visual Studio 2008? Obviously, some of the keywords …

visual-studio visual-studio-2008 visual-c++ gcc makefile
The project file has been moved renamed or is not on your computer

I get this error when I try to load a VS 2008 project from TFS source control: The project file has …

visual-studio tfs visual-studio-2008
How to set up unit testing for Visual Studio C++

I'm having trouble figuring out how to get the testing framework set up and usable in Visual Studio 2008 for C++ …

c++ unit-testing testing visual-studio-2008 frameworks
Build Succeeded, but no .lib file gets created

I inherited a substantial amount of code, including a visual studio project that is supposed to (as best as I …

visual-studio visual-studio-2008 visual-c++
Run exe after msi installation?

Using Visual Studio 2008 to create an msi to deploy my program with a setup project. I need to know how …

visual-studio visual-studio-2008 windows-installer setup-project custom-action