Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions known-issues-vs2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ If you open or create a .NET Core project project and Visual Studio cannot find
This is caused by Visual Studio 2017 RC installing both the x86 and x64 versions of the .NET Core SDK.
To workaround the issue, edit your PATH environment variable to only point to the version of the SDK that matches your operating system architecture (e.g. if your operating system is x64, remove the entry from the PATH that points to "C:\Program Files (x86)\dotnet")

*On rare occasions your PATH information can be deleted. Make sure you have the correct PATH that points to either "C:\Program Files (x86)\dotnet" for x64 or "C:\Program Files\dotnet".

#### The correct version of the .NET SDK is not installed

To workaround this you can install the correct version of the .NET SDK. You can use the links below.
Expand Down