Top "Visual-studio-2010" questions

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

Correct printf format specifier for size_t: %zu or %Iu?

I want to print out the value of a size_t variable using printf in C++ using Microsoft Visual Studio 2010 (…

c++ c visual-studio-2010 printf format-specifiers
Package Manager Console not found

Package Manager Console not found in Tools menu?? I am using Visual Studio 2010. I need to run a command in …

visual-studio-2010 package-managers
How to change visual studio themes?

I have downloaded a theme from here and want to use it with visual studio. I tried downloading the Visual …

visual-studio-2010 colors themes
Visual Studio: can I copy a project's properties to use in another project?

I've added several directories, libraries such as matlab, opencv, etc to compile my current C file in Visual Studio project. …

visual-studio-2010 visual-c++
MSBuild does not contain a value for the "VCTargetsPath" property

I recently installed the Visual Studio 11 Developer Preview to try it out, and now my VS 2010 projects won't open. Instead, …

visual-studio visual-studio-2010 msbuild projects-and-solutions visual-studio-2012
Visual Studio: Debugging a referenced DLL, I have source in another SLN

I am trying to debug a project that has a reference to a DLL that I added, the DLL is …

c# visual-studio-2010 visual-studio visual-studio-debugging
Infamous assembly binding error

I really need help on this because I lost my hopes to correct the problem. I am using Office Communications …

visual-studio-2010 64-bit
"Add as Link" for folders in Visual Studio projects

In Visual Studio, we can "Add as link" to add a link to a file in another project in the …

visual-studio visual-studio-2010 projects-and-solutions
App_Code folder is missing in VS 2010

I was trying to create a Dynamic Data Website using VS 2010 RC. An attempt to create an App_Code folder …

asp.net visual-studio-2010 visual-studio dynamic-data