Top "Visual-studio-2010" questions

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

Using member variable in lambda capture list inside a member function

The following code compiles with gcc 4.5.1 but not with VS2010 SP1: #include <iostream> #include <vector> #include &…

c++ visual-studio-2010 lambda c++11
How do I fix the indentation of selected lines in Visual Studio

In vim I can use = to reindent badly indented lines so foo; bar; baz; becomes foo; bar; baz; Is there …

visual-studio-2010 keyboard-shortcuts
Where to find "Microsoft.VisualStudio.TestTools.UnitTesting" missing dll?

I am getting following error in my C# visual studio project: The type or namespace name 'VisualStudio' does not exist …

c# visual-studio-2010 dll
Visual Studio 2010 shortcut to find classes and methods?

Is there any shortcut in Visual studio 2010 to find classes/interfaces? I was using Resharper few years back to do …

visual-studio-2010
What is and how to fix System.TypeInitializationException error?

private static void Main(string[] args) { string str = null; Logger.InitUserLogWithRotation(); // <--- error occur ... } When I build project, it …

c# visual-studio-2010 visual-studio-2008 stack-overflow
Text overwrite in visual studio 2010

Really silly problem here. In Visual Studio 2010, the text cursor has changed from the blinking line, to a blinking grey …

visual-studio-2010
Compile to stand alone exe for C# app in Visual Studio 2010

Similar to this question Compile to a stand-alone executable (.exe) in Visual Studio But nothing there works for me. I've …

c# visual-studio-2010 console-application
How do I create/edit a Manifest file?

I have this code from a coworker (probably got it from the web somewhere) but he's out on vacation and …

c# .net visual-studio-2010 visual-studio-2008 manifest
An error occurred while signing: SignTool.exe not found

While I was trying to Update my Project I was making - I got an error for the first time …

visual-studio visual-studio-2010
Localhost not working in chrome and firefox

I am doing a web project using visual studio 2010(MVC3 Razor) and Windows 7. My default browser is IE. When I …

visual-studio-2010 asp.net-mvc-3 razor localhost