Top "Visual-studio-2017" questions

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

Equivalent to AssemblyInfo in dotnet core/csproj

Since dotnet core moved back to the .csproj format, there is a new autogenerated MyProject.AssemblyInfo.cs which contains, among …

visual-studio visual-studio-2017 .net-core assemblyinfo
The current .NET SDK does not support targeting .NET Standard 2.0 error in Visual Studio 2017 update 15.3

I want to create a class library project with Target Framework .NET Standard 2.0. I've updated my Visual Studio 2017 to Version 15.3 …

visual-studio-2017 .net-standard-2.0
Visual Studio 2017 errors on standard headers

I just upgraded to Visual Studio 2017 Community Edition and I have trouble loading standard header files. I get 507 errors from …

c++ visual-studio visual-studio-2017
How to change Visual Studio 2017 License Key?

I want to remove my license key in visual studio 2017. how can i do it? I am trying to change …

visual-studio visual-studio-2017 license-key
Where is NuGet.Config file located in Visual Studio project?

I am wondering where is NuGet.Config file located in Visual Studio 2017 project? I tried to create my own NuGet.…

c# visual-studio .net-core visual-studio-2017 visual-studio-2019
Reportviewer tool missing in visual studio 2017 RC

I just started to write reporting software in new version of visual studio named visual studio 2017 RC but just noticed …

c# wpf windows-forms-designer visual-studio-2017
How to remove an unpushed outgoing commit in Visual Studio?

I accidentally pushed a staged change in a new branch in Visual Studio 2017 to my local repository. It hasn't been …

git visual-studio visual-studio-2017
How to stop browser closing automatically when you stop debugging on VS 2017

I'm trying out the new VS 2017 RC and wondering if anyone knows how to get the previous debugging behavior back …

visual-studio visual-studio-2017
How to compile less/sass files in Visual Studio 2017

In VS <= 2015 we can use WebEssentials extension that takes care for compiling the less/sass files for us, but …

visual-studio sass less visual-studio-2017 css-preprocessor
The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found

When trying to compile a solution, I get the following build error: Error MSB3644 The reference assemblies for framework ".NETFramework,…

.net visual-studio-2017