Top "Visual-studio-2012" questions

Visual Studio 2012 is a version of Microsoft's Visual Studio.

Is there a format code shortcut for Visual Studio?

In Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there …

c# visual-studio-2010 visual-studio visual-studio-2012 visual-studio-2013
how to reset <input type = "file">

I am developing a metro app with VS2012 and Javascript I want to reset the contents of my file input: &…

javascript visual-studio-2012 winjs
.gitignore for Visual Studio Projects and Solutions

Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?

git visual-studio visual-studio-2012 gitignore
Error: allowDefinition='MachineToApplication' beyond application level

I have downloaded the online project in ASP.Net. While running application I get an error It is an error …

asp.net visual-studio-2012
Visual Studio "Could not copy" .... during build

I keep getting this error during the build of my VS2012 C# project Error 41 Could not copy "obj\Debug\WeinGartner.…

c# visual-studio-2012 build process
Visual Studio debugging/loading very slow

I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my …

asp.net-mvc visual-studio visual-studio-2012 iis-express cassini
How to reference Microsoft.Office.Interop.Excel dll?

I had developed a system that deals with excel sheets in 2006 using MS VS 2005. Now, I can not use the …

c# excel reference visual-studio-2012 vsto
How can I switch themes in Visual Studio 2012

The Visual Studio 2012 offers two themes, Light and Dark. I want to switch the theme to Dark, but I'm not …

themes visual-studio-2012
How to use _CRT_SECURE_NO_WARNINGS

I have compile error in my simple MFC window application generated from wizard with several lines of code: error C4996: …

c++ visual-c++ visual-studio-2012 warnings