No executable found matching command dotnet-projectmodel-server

后端 未结 9 2176
栀梦
栀梦 2020-12-05 04:26

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

9条回答
  •  隐瞒了意图╮
    2020-12-05 04:38

    Not a good position at all. Dot Net Core 1.0 is the LTS version and this is the one to target. .NET Core 1.1 is NOT the LTS version (and will not run on Amazon for example). So recommending this route goes against Microsoft's policy on LTS versions.

    An LTS version MUST continue to be "supported for three years after the general availability date of a LTS release"

提交回复
热议问题