Top "Visual-studio-2010" questions

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

Prebuild event Copy command exits with code 1

I have the following in a prebuild event: copy /y $(ProjectDir)ThirdPartyAssemblies\ $(TargetDir) Which results in the following error: The …

visual-studio-2010 pre-build-event
Difference between std::pair and std::tuple with only two members?

Is there a difference between an std::pair and an std::tuple with only two members? (Besides the obvious that …

c++ visual-studio-2010 tuples std-pair stdtuple
Understanding a csproj assembly reference

I am using VS2010 and I tried to add a few assemblies from local hard disk to my C# project …

c# visual-studio-2010 reference .net-assembly csproj
Visual Studio 2010 says Build failed with no errors after I change a source file

I have a Visual Studio 2010 solution with a few projects. I can successfully build with Build -> Build Solution …

visual-studio-2010 visual-studio build
Can't run ASP.NET MVC 2 web app on IIS 7.5

I'm trying to run an ASP.NET MVC 2 web application under IIS on Windows 7, but I get a 403.14 error. Here …

visual-studio-2010 visual-studio iis asp.net-mvc-2 iis-7.5
How can I use #pragma message() so that the message points to the file(lineno)?

In order to add 'todo' items into my code, I want to put a message in the compiler output. I …

c++ visual-studio-2010 pragma line-numbers predefined-macro
View entire check in history TFS

Have been searching all over the internet but struggling to find my answer to this simple question. I'm using TFS …

visual-studio-2010 tfs
Default.aspx with IIS 6.0 and .Net 4?

We have deployed a .net 4 asp.net site on IIS 6.0. Default.aspx is configured as one of the default document. …

asp.net visual-studio-2010 iis-6 asp.net-4.0
Microsoft Visual Studio 2010 Service Pack 1 Installation

I have installed the German version of Visual Studio 2010 Professional (got it per Microsoft DreamSpark). When I'm trying to install …

visual-studio-2010 servicepacks
Visual Studio, debug one of multiple threads

I have an application with 4 threads working the same code. However, when I step it jumps between the different threads. …

c# multithreading visual-studio-2010