Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to start process dotnet.exe

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 Express:

Unable to start process C:\Program Files\dotnet\dotnet.exe. The web server request failed with status code 500.

I am working in Visual Studio 2015, update 3 and I am using .NET Core RC2. Does anyone have any idea how to fix this and get my old projects running on this new machine?

like image 871
reno52491 Avatar asked Jul 20 '16 18:07

reno52491


1 Answers

I was having the same problem. I look for dotnet.exe in that directory and it exists but debugger cannot execute it, so i Restart Visual Studio 2015 as administrator and it works!

like image 156
Armando Ramirez Avatar answered Oct 08 '22 04:10

Armando Ramirez