Top "Visual-studio-2010" questions

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

Run a solution from Visual Studio console without opening the IDE

I am using Visual Studio 2010 SP1. What I first tried was this: Open the Visual Studio console tool from start …

visual-studio-2010 command-line msbuild console devenv
Performance tips for making Visual Studio 2010 faster?

I don't know if anybody else has had an issue with the performance of Visual Studio 2010, but I close it …

performance visual-studio-2010
Cannot install silverlight 4 tools on visual studio 2010 sp1

I've installed Visual Studio 2010 (fresh install), then applied the SP1. Now I've tried to install the silverlight 4 tools, but i'm …

visual-studio-2010 visual-studio silverlight silverlight-4.0
Nuget - Don't see allow nuget to download missing packages during build

I get a message saying the following: Error 1 Package restore is disabled by default. To give consent, open the Visual …

visual-studio-2010 visual-studio nuget
How can I use PowerShell with the Visual Studio Command Prompt?

I've been using Beta 2 for a while now and it's been driving me nuts that I have to punt to …

visual-studio-2010 visual-studio powershell
Assembly version from command line?

Is there a Microsoft tool to get the assembly version of a DLL file from a command line? (I know …

dll visual-studio-2010 assemblies version
Can I make Visual Studio place curly braces on the same line as an if statement (in HTML)?

In Visual Studio while designing MVC views (in .aspx or .ascx files), I often use if statements. When I auto-format (…

visual-studio-2010 view formatting curly-braces
PInvokeStackImbalance C# call to unmanaged C++ function

After switching to VS2010, the managed debug assistant is displaying an error about an unbalanced stack from a call to …

c# c++ visual-studio-2010 pinvoke dllimport
C++ bad_alloc at memory location Exception

Unhandled exception at 0x758cd36f in OSGP.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0028ef70.. …

c++ visual-studio-2010 opengl openscenegraph