The .NET Core SDK is not installed or cannot be found under the path

  1. Remove all older versions of core
  2. Unistall Microsoft .NET CLI for Windows from control panel if it exists. This helped me.

After you install RC2, Make sure your control panel shows ONLY these for .Net Core

  • Microsoft .Net Core 1.0.0 RC2 – VS 2015 Tooling Preview 1 (1.0.20513.14)
  • Microsoft .Net Core 1.0.0 RC2 – SDK Preview 1 (x64) to be version 1.0.0.2702

Hope this helps.

Leave a Comment