Top "Visual-studio-2010" questions

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

How to use Console.WriteLine in ASP.NET (C#) during debug?

I want to write some result to the console in ASP.NET (C#). It works in a Window application, but …

c# asp.net visual-studio-2010 console
Why is Visual Studio 2010 not able to find/open PDB files?

I am trying to use OpenCV in VS 2010. I am an amateur, and I am learning first steps from the …

visual-studio visual-studio-2010 visual-c++ opencv
How do I fix an "Invalid license data. Reinstall is required." error in Visual C# 2010 Express?

I've tried to install Visual C# 2010 Express edition onto my PC, but whenever I try to run it, I get …

visual-studio visual-studio-2010 visual-c#-express-2010
Passing command line arguments in Visual Studio 2010?

I am working on a C project and can not figure out how to pass command line arguments to my …

c visual-studio-2010 visual-studio command-line-arguments
What is the difference between Visual Studio Express 2013 for Windows and Visual Studio Express 2013 for Windows Desktop?

What is the difference between Visual Studio Express 2013 for Windows and Visual Studio Express 2013 for Windows Desktop? Do they both …

windows visual-studio-2010 visual-studio-2013
how to display toolbox on the left side of window of Visual Studio Express for windows phone 7 development?

I am new to Visual Studio development. Occasionally I hide the toolbox on the left side of window of Visual …

visual-studio-2010 visual-studio-express
The project type is not supported by this installation

Whenever I try to open a project (csproj) that's downloaded from the internet, most of the times, I get the "…

visual-studio visual-studio-2008 visual-studio-2010
Dependent DLL is not getting copied to the build output folder in Visual Studio

I have a visual studio solution. I have many projects in the solution. There is one main project which acts …

c# .net visual-studio-2010 dll reference
How to run specific test cases in GoogleTest

I am trying to write a function/method for my project, which will ask to user which all test cases …

c++ visual-studio-2010 googletest
Getting the PublicKeyToken of .Net assemblies

What is the simplest way to find the Public-Key-Token of an assembly? The simplest way I can think of would …

.net visual-studio visual-studio-2010 public-key