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:

  1. Turn off all instances of Visual Studio
  2. Rename the ISExpress folder (C: \ users \ jmelosegui \ Documents in my PC)
  3. Add the _CSRUN_DISABLE_WORKAROUNDS environment system variable with the value of 1
  4. 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:

  1. Go to Control Panel
  2. Add / Remove Programs
  3. IIS 8.0 Express Address
  4. Right click on it then click on Repair
  5. Your certificate should be back

Hope this help


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -