iis express - Process with an ID #### is not running in visual studio professional 2013 update 3 -
I am trying to run any program on Visual Studio 2013 Update 3 and I get the following warning box: / P>
The process with an id #### is not running.
// is showing each time that there is a different ID number
and in the error window I get this error:
program '[3148] iisexpress Exe 'has exited the code -1073741816 (0xc0000008)' An invalid handle was specified '.
Sometimes it runs and I get the following message in the browser: The webpage is not available.
I have looked around and have tried almost everything and I can not fix this problem.
Please help someone
first error
The process is running with an ID ####
It worked for me:
- Turn off all instances of Visual Studio
- Rename the ISExpress folder (C: \ users \ jmelosegui \ Documents in my PC)
- Add the _CSRUN_DISABLE_WORKAROUNDS environment system variable with the value of 1
- Administrators Start Visual Studio in mode
of another error New
This webpage is not available
In my case I was playing with SSL and I removed IIS Express Development Certificate.
To fix this:
- Go to Control Panel
- Add / Remove Programs
- IIS 8.0 Express Address
- Right click on it then click on Repair
- Your certificate should be back
Hope this help
Comments
Post a Comment