Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

How can I change the Build.Platform property in a Visual Studio project?

One of the many projects in a very large solution somehow became set to Build Platform == Active (x86). I want …

visual-studio-2010 x86 platform anycpu
Create a standalone exe without the need to install .NET framework

I'm a student and at the moment i'm doing an internship at a company. This internship is about analysing a …

c# visual-studio-2010 exe .net-framework-version
Why does Visual Studio create a new .vsmdi file?

If I open a solution in Visual Studio 2008 and run a unit test then VS creates a new .vsmdi file …

visual-studio-2010 visual-studio visual-studio-2008 mstest
Visual Studio 2010 error: "Project Target Framework Not Installed" when opening a .NET 4.0 project

I am experiencing a rather disconcerting issue with one of my development machines that I hope someone can advise me …

.net visual-studio visual-studio-2010 frameworks target
How do I open an .rptproj in Visual Studio 2010?

I have a Visual Studio 2010 solution that contains an .rptproj type of project. One of my colleagues is able to …

visual-studio-2010 visual-studio reporting-services ssrs-2008 projects-and-solutions
unresolved external symbol error when importing libraries for OpenCV2.3 in Visual Studios 2010 Express C++

first time posting a question here to stackoverflow. Sorry if I butcher the formatting! I am attempting to follow a …

visual-studio-2010 opencv lnk2019
Install XNA 4.0 Visual Studio 2010 Windows 8

I installed windows 8 a month ago and now want to add xna game studio 4.0 to my visual studio 2010 ultimate. I …

visual-studio-2010 windows-8 xna-4.0
VS2010: how to remove/hide the "External Dependencies" folder in Solution Explorer

In VS2010 they added to all projects a virtual directory called "External Dependencies": alt text http://koper.wowpanda.net/externaldeps.…

visual-studio visual-studio-2010
An unhandled exception of type 'System.ServiceModel.CommunicationException' occurred in mscorlib.dll

I am getting the following error when calling a method in a webservice, not developed by me. An unhandled exception …

visual-studio-2010 c#-4.0 mscorlib
NUnit isn't running Visual Studio 2010 code

I'm trying to load a Visual Studio 2010 beta dll into the NUnit GUI. I get a popup error. This assembly …

visual-studio-2010 visual-studio debugging nunit