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 link winsock.lib?

In my C++ class, I use sockets. I have some errors when linking because, in my opinion, the library winsock.…

c++ sockets visual-studio-2005 windows-xp winsock
How do I setup visual studio to register some #defines globally?

What I mean is, in each of my source files I have to insert #define NOGDI to stop windows.h …

c++ visual-studio visual-studio-2005 c-preprocessor
Accessing another project's settings file

Is there a way to access the settings file from a different project? For example, I have a solution that …

c# visual-studio-2005 application-settings
Elegant way to go from list of objects to dictionary with two of the properties

i seem to write this code over and over again and wanted to see if there was a better way …

c# arrays visual-studio-2005 dictionary
How to change Visual Studio exception message language to English while debugging

I am working on machine with XP Dutch version installed on it. Visual studio 2005 is installed in English. I'm having …

c# visual-studio-2005
How to move "Solution Explorer" tab in Visual Studio

Does anyone know how to move the "Solution Explorer" tab in Visual Studio 2005? It's on the left, and I can't …

visual-studio ide visual-studio-2005 development-environment tabs
How do I merge two different Visual Studio solutions?

I have two Visual Studio 2005 solutions, one of which builds a binary and all of its dependencies, and one of …

visual-studio visual-studio-2005
Compilation fails randomly: "cannot open program database"

During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project: …

c++ visual-studio visual-studio-2005 compiler-errors nightly-build
Is it possible to install two different versions of Visual Studio in the same computer?

Is it possible? or there is a compatibility issues between the two versions? Because our company is using an outdated …

visual-studio-2010 visual-studio visual-studio-2012 visual-studio-2005 visual-studio-2013
Changing a Visual Studio C# project from x86 to Any CPU

I am working on some C# projects with Visual Studio 2005, and I am trying to change the platform target from …

c# visual-studio-2005