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.

Could not load file or assembly "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

I've copied my project to a clean Windows 10 machine with only Visual Studio 2015 Community and SQL Server 2016 Express installed. There …

c# azure visual-studio-2015
Visual Studio 2015 is very slow

I just finished the installation and the whole IDE is super slow. It seems like it's making some kind of …

visual-studio-2015
The term "Add-Migration" is not recognized

I'm using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context BloggingContext that ran yesterday …

visual-studio-2015 asp.net-core entity-framework-core
Running two projects at once in Visual Studio

I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the …

visual-studio visual-studio-2010 visual-studio-2015
How to add LocalDB to Visual Studio 2015 Community's SQL Server Object Explorer?

Problem I don't understand how to make LocalDB show up in the SQL Server Object Explorer. On some VMs, it …

sql-server visual-studio-2015 localdb
Visual Studio 2015 doesn't have cl.exe

I downloaded Visual C++ and Visual Studio, but I cannot find cl.exe to compile my C++ file. The path …

c++ visual-studio-2015
unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2

Could someone explain what the __imp__fprintf and __imp____iob_func unresolved external means? Because I get these errors when …

c++ sdl-2 visual-studio-2015 unresolved-external
The type or namespace name 'System' could not be found

I have the following errors (and more) in all my views (*.cshtml) when opening my project in Visual Studio 2015 Professional. …

c# asp.net-mvc-5 visual-studio-2015 .net-4.5
Visual Studio 2015 or 2017 does not discover unit tests

EDIT 2016-10-19: The original question was about an issue specific to VS2015 CTP6 with the XUnit test runner. It's …

unit-testing visual-studio-2015 visual-studio-2017 xunit test-runner
tsconfig.json: Build:No inputs were found in config file

I have an ASP.NET core project and I'm getting this error when I try to build it: error TS18003: …

json typescript visual-studio-2015 asp.net-core