Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
449 views
in Technique[技术] by (71.8m points)

asp.net - No executable found matching command dotnet-projectmodel-server

I'm getting this error when opening .NET Core projetcs in VS 2015 Community:

The following error ocurred attempting to run the project model server process (1.0.0-preview-003585).

Unable to start the process. No executable found matching command "dotnet-projectmodel-server".

It was working well until yesterday. I've already tried do reinstall the .NET Core SDK and repair the VS installation.

Some tips?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I had this same problem. I was able to fix it by uninstalling Microsoft .NET Core 1.0.1 - SDK Preview 3 (x64) and reinstalling the .NET Core 1.1 SDK from here:

https://www.microsoft.com/net/core#windowscmd


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...