Top "Visual-studio-2015" questions

Visual Studio 2015 is the version of Microsoft's Visual Studio product suite which follows 2013 version (also known as "Dev14", includes C++ compiler version 19.

ASP.NET 5 MVC: unable to connect to web server 'IIS Express'

What I'm doing: Opening Visual Studio Community 2015 File -> New -> Project Under Visual C#: Web -> …

c# asp.net asp.net-mvc visual-studio-2015
CMake does not find Visual C++ compiler

After installing Visual Studio 2015 and running CMake on a previous project, CMake errors stating that it could not find the …

c++ cmake visual-studio-2015
Why does intellisense and code suggestion stop working when Visual Studio is open?

I have been having issues with Intellisense in Microsoft Visual Studio 2012. I will be working in a project, editing code …

visual-studio visual-studio-2012 visual-studio-2013 visual-studio-2015 intellisense
How to change Visual Studio 2012,2013 or 2015 License Key?

I have a Copy of Visual Studio 2012 Pro on my machine with a Serial key that i'm no longer suppose …

visual-studio-2012 visual-studio-2013 visual-studio-2015
How to unapply a migration in ASP.NET Core with EF Core

When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Core I …

c# asp.net-core entity-framework-core .net-core visual-studio-2015
Why is the Visual Studio 2015/2017/2019 Test Runner not discovering my xUnit v2 tests

UPDATE: Adding a 2019; the discovery/runner integration mechanism is same as per 2017 & 2015, so the key things that can go …

.net visual-studio unit-testing visual-studio-2015 xunit2
The default XML namespace of the project must be the MSBuild XML namespace

I cloned the ASP.NET Core SignalR Repo locally, and try opening the solution from within the following environment. IDE …

asp.net-mvc asp.net-core visual-studio-2015 msbuild .net-core
Multiple Errors Installing Visual Studio 2015 Community Edition

When installing Visual Studio 2015 Community Edition on Windows 10, using the web installer, everything runs fine, however, the following packages fail …

visual-studio visual-studio-2015
Visual Studio popup: "the operation could not be completed"

When I try to open a project, local or on a Team Foundation Server (TFS), I get a modal window …

.net visual-studio visual-studio-2015
Remove git mapping in Visual Studio 2015

This question has nothing to do with git itself; rather, it has to do with removing a binding/mapping to …

git visual-studio-2015 team-explorer