I have asp.net MVC 3 application with extJs 4.0.7 as front end,which I used to run on VS 2015 professional and Windows 10. Whenever I am trying to execute that application it suddenly stops and throws an error:
The program '[25076] iexplore.exe' has exited with code -1073741790 (0xc0000022).
The program '[23176] iisexpress.exe' has exited with code 0 (0x0).
I used to run on Internet Explorer 11 (11.3630.14393.0). However it runs on chrome without such error.
One way to run is run on chrome first-> copy the localhost url -> paste and run on IE, but doing this I can't debug the code.
I googled/searched on the stack overflow and tried below solutions to fix it
Clean/Build/Rebuild the solution.
Restart the System
Reinstall visual studio 2015 professional
Deleted the .vs folder from the solution.
Changed the following option in Tools-> options -> projects and solutions
Taken the latest checkout of the code.
None of this solves the problem permanently. Sometimes it won't run for the entire day. And it gets fixed automatically on the next day. And this gets repeated after every random interval.
User contributions licensed under CC BY-SA 3.0