Top "Visual-studio-2017" questions

Visual Studio 2017 (aka Visual Studio "15", includes C++ compiler version 19.

rc.exe no longer found in VS 2015 Command Prompt

I just installed Windows 10 Creators Update (version 10.0.15063). I have multiple versions of Visual Studio installed (2012, 2013, 2015 and 2017). I installed VS 2017 only …

c++ windows cmake windows-10 visual-studio-2017
Remove vertical dotted indentation lines in Visual Studio 2017

I've just installed Visual Studio 2017 and got strange vertical indentation marks in code editor. How can I remove them? P.…

visual-studio visual-studio-2017
How to use SQLite in Visual Studio 2017?

I'm using Visual Studio 2017, in UWP project. I installed SQLite Compact Toolbox from NuGet package like this: Microsoft.Data.sqlite / …

c# sqlite uwp visual-studio-2017 uwp-xaml
Remote deploy/debug Visual Studio 2017 .NET Core

How can I set up remote deploy + debugging in VS2017 using a net core app which targets net framework? I …

c# visual-studio remote-debugging visual-studio-2017
How do I get Spy++ with Visual Studio 2017?

Background I am looking for Spy++. I believe it should be included in Visual Studio 2017 since the latest Visual Studio …

visual-studio-2017 spy++
.NET Core RuntimeIdentifier vs TargetFramework

Can someone explain the purpose of this two in csproj file (VS2017): <TargetFramework>netstandard1.6</TargetFramework> <…

asp.net-core .net-core visual-studio-2017 asp.net-core-webapi runtime-identifier
'IServiceCollection' does not contain a definition for 'AddSession'

I am getting an error while adding 'AddSession' in ASP.Net Core 1.1 using VS2017. 'IServiceCollection' does not contain a definition …

session asp.net-core asp.net-core-1.0 asp.net-core-1.1 visual-studio-2017
Turning off "Language Service Disabled" error message in VS2017

We are getting the following "Error" message in our MVC web application in Visual studio 2017 Enterprise. The language service is …

visual-studio-2017 error-messaging
Visual Studio 2017 cannot update Microsoft.NETCore.App package ("Blocked by project")

I have a dotnet core app that is targetting Microsoft.NETCore.App 1.1.2. I created a test project to test against …

.net-core visual-studio-2017
VS 15.8.2 broke build tools - missing RuntimeIdentifier

The last windows update has broken our whole build chain and I am a little at a loss at what …

visual-studio-2017 visual-studio-2017-build-tools