Top "Visual-studio" questions

Use this tag if you have a specific question about Visual Studio features and functionality.

CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found

I'm trying make a Visual Studio solution with CMake to compile the latest version of aseprite and CMake keeps giving …

c++ visual-studio gcc cmake visual-studio-2015
Compile to a stand-alone executable (.exe) in Visual Studio

how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users …

c# c++ visual-studio executable console-application
Visual Studio 2013 License Product Key

I installed Visual Studio 2013 Professional as a Trial version while waiting for my company to complete the license purchase. They …

visual-studio visual-studio-2013 licensing
Is it possible to use Visual Studio on macOS?

I want to install Visual Studio on macOS. Is this possible?

visual-studio macos
The name 'InitializeComponent' does not exist in the current context

If I create a new project in Visual Studio 2010 SP1 and select "WPF Application" and tries to build the generated …

wpf visual-studio-2010 visual-studio initializecomponent
"The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?

When debugging in Visual Studio, sometimes I add a breakpoint but it's hollow and VS says "The breakpoint will not …

.net visual-studio debugging
The type or namespace name 'DbContext' could not be found

I am VERY new to ASP.NET MVC (3) and am having a hard time resolving a build error in Visual …

asp.net-mvc visual-studio-2010 asp.net-mvc-3 visual-studio entity-framework
Found conflicts between different versions of the same dependent assembly that could not be resolved

When I clean and then build my solution that has several projects, the output window reports that the build succeeded. …

.net visual-studio msbuild visual-studio-express
How to fix "Root element is missing." when doing a Visual Studio (VS) Build?

How to fix "Root element is missing." when doing a Visual Studio (VS) Build? Any idea what file I should …

visual-studio-2010 visual-studio visual-studio-2008 visual-build-professional
How to add a .dll reference to a project in Visual Studio

I am just beginning to use the MailSystem.NET library. However, I cannot figure out where to add the .dll …

c# visual-studio email dll-reference