Unable to start process dotnet.exe

前端 未结 29 1954
广开言路
广开言路 2020-12-05 22:14

I am attempting to setup a new work space and transfer all of my projects from my old computer to the new one. However, I am getting this error when I try to run IIS Expres

29条回答
  •  遥遥无期
    2020-12-05 23:05

    VS2017 and solution has .NET Core 1.1 web applications.

    This did not help: Deleting .VS folder, removing all bin directories, restarting VS.

    This helped: Installed latest SDK (.NET Core SDK 1.0.4) this issue got resolved.

    I got this issue all of a sudden after a machine reboot followed by installing PHP for IIS, IIS URL Rewrite. But just try reinstalling the SDK – it might work fine with that itself, instead of going for the latest SDK.

提交回复
热议问题