-
Notifications
You must be signed in to change notification settings - Fork 124
The following error occurred attempting to run the project model server process (1.0.3). #1034
Comments
From the other issue, does adding a
|
did you ever resolve this issue? |
Experienced a similar issue after installing .NET Core SDK 1.0.4 parallel with older .NET Core SDK 1.0.0-preview2-003131 when opening an older solution with Visual Studio (
SolutionCreating {
"sdk": {
"version": "1.0.0-preview2-003131"
}
} I don't experience the mentioned error message in Visual Studio any longer. |
I did that also thanks
…On Aug 8, 2017 5:54 AM, "Florian Bauer" ***@***.***> wrote:
Experienced a similar issue after installing .NET Core SDK 1.0.4 parallel
with older .NET Core SDK *1.0.0-preview2-003131* when opening an older
solution with Visual Studio (Microsoft Visual Studio Community 2015,
Version 14.0.25431.01 Update 3).
---------------------------
Microsoft Visual Studio
---------------------------
The following error occurred attempting to run the project model server process (1.0.4).
Unable to start the process. No executable found matching command "dotnet-projectmodel-server"
The project model server process provides intellisense, build, and reference information to Visual Studio and without it your experience will be very limited. Please try closing and reopening Visual Studio to see if that corrects the problem. Alternatively, check that the .NET Core SDK is properly installed.
---------------------------
OK
---------------------------
Creating global.json in my project's parent directory with the following
contents worked for me (used mlorbetske's suggestion
<#1034 (comment)>,
applied my "old" .NET Core SDK Version):
{
"sdk": {
"version": "1.0.0-preview2-003131"
}
}
I don't experience the mentioned error message in Visual Studio any longer.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1034 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWXy5Tau8ypGn2dLnPQN3xqtLDzd_87jks5sWDBNgaJpZM4NQYU2>
.
|
@fbau3r Thanks for the clarification that the I was going nuts because in one sample I downloaded, it just had a single project, and the Solution level worked. Then I was downloading another sample ASP.NET Core project and trying to get it to run....this error creeped up again, but this time the solution level Then I copied the |
Microsoft Visual Studio
The following error occurred attempting to run the project model server process (1.0.3).
Unable to start the process. No executable found matching command "dotnet-projectmodel-server"
The project model server process provides intellisense, build, and reference information to Visual Studio and without it your experience will be very limited. Please try closing and reopening Visual Studio to see if that corrects the problem. Alternatively, check that the .NET Core SDK is properly installed.
OK
There is an issue here: #629, but it seems to be targeting a different version.
When rebuilding the project, following error occurs:
The imported project "C:\Program Files\dotnet\sdk\1.0.3\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
The text was updated successfully, but these errors were encountered: