Top "Visual-studio-2012" questions

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

Visual Studio 2012 - error LNK1104: cannot open file 'glew32.lib'

I am having issues compiling a basic openGL program on VS 2012. I get a build error upon compiltation giving me: 1&…

c++ opengl visual-studio-2012 glew
update the database from package manager console in code first environment

Code First Environment I'm trying to update the database from package Manager console.If my Domain class change, I have …

c# sql-server visual-studio-2012 entity-framework-6 entity-framework-migrations
Visual Studio 2012 Express is suddenly "incompatible with this version of Windows"?

I'm running Visual Studio Express 2012 on Windows 7. I've been running it with no problems for several months now. Last Friday, …

visual-studio-2012
error LNK2019: unresolved external symbol

I've recently started to program in C++ again, and for the purposes of education, I am working on creating a …

c++ visual-studio linker visual-studio-2012 lnk2019
Could not load file or assembly The system cannot find the file specified

I am building a dll, which references a second dll. I have added the second dll as a reference in …

.net visual-studio-2012 dll c++-cli
Visual Studio 2012 Web API project won't run - can't find Newtonsoft.Json

After running a clean solution and rebuild, my MVC 4 Web API project stops working. It's can't find Newtonsoft.Json. I …

c# visual-studio-2012 asp.net-web-api
Intellisense doesn't work for JavaScript in Visual Studio 2012

I have a clean, out-of-the-box installation of Visual Studio 2012 Web Developer Express and for some reason the support for JavaScript (…

jquery visual-studio intellisense visual-studio-2012 javascript-intellisense
How to change the output name of an executable built by Visual Studio

I want to change name of executable file. Like suppose my project name is "SampleDemo" It will create executable file …

c#-4.0 visual-studio-2012
Microsoft Visual Studio Change Default Theme

I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there …

visual-studio-2012 ide themes microsoft-metro
"C:\Microsoft.Cpp.Default.props" was not found

I have a project created in Visual Studio, 2013. The project file has the following properties: ToolsVersion="12.0", PlatformToolset = v120. I have …

visual-studio visual-studio-2012 msbuild