Unable to start process dotnet.exe

前端 未结 29 1943
广开言路
广开言路 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 22:55

    In my case I accidentally install dotnet for x86 platform when my VS 2017 have x64. I reinstall dotnet for platform x64 and it works fine now.

提交回复
热议问题