I am trying to run any program on visual studio 2013 update 3 and I get the following alert box :
Process with an ID #### is not running .
// every time there is different ID number showing
and in the error windows I get this error msg:
The program '[3148] iisexpress.exe' has exited with code -1073741816 (0xc0000008) 'An invalid handle was specified'.
Sometimes it runs and in the browser i get the following message : The webpage is not available.
I have looked around and try almost everything and I stil cannot fix the problem.
Please help anyone
I had the same problem. Just restarting Visual Studio worked for me.
@Kilanny your answer is correct. Most machines in 2015 are 64bit, so there's a lot of chances that you just need to enable the 64bit option under the Tools main navigation link menu. No need to configure other files or hard code ports. Besides, port assignment should be dynamic. This fix applies to 2013 With Update 3 and Visual Studio 2015 Community Edition.
Check the images below for a mini tutorial: (I'm just improving Kilanny's answer)
For me, VS uses Firefox for the default browser. Restarting VS and closing all Firefox windows seems to resolve this issue.
Resolution I found;
Head to the following directory
Delete all files within that folder. Restart visual studio and works like a charm.
Computer restarted.
worked for me!
Deleting the hidden .vs folder didn't work for me since the port specified in my app was being used by another app. Doing the following worked for me: