I installed .NET Core 1.0.1 for use with VS 2015 Update 3, and it works as Administrator (on Windows 8.1 x64).
If I create any .NET Core project, whether itβs a console or a network, and try to start it, Visual Studio then gives an error:

However, I canβt find out why. VS is building it perfectly, and I can run it from the CLI. I can also start Core using VSCode.
I tried:
- Removing
project.lock.json - Delete
.vs folder - Restoring a .NET Core Installation
- Restore VS 2015 installation
- Uninstall and reinstall .NET Core / SDK / Tooling and VS
- Rebooting
And he still refuses to work!
I picked it up on the Core Tooling GitHub, and can also be seen here , but so far we are all a little puzzled.
Lloyd source share