IE11 crashes when started from Visual Studio

0

I upgraded to Windows 10 and now when I debug my websites from Visual Studio using IE 11, IE just closes. All I see is in VS's Output [Debug] Window is: The program '[984] iexplore.exe' has exited with code -1073741790 (0xc0000022). The program '[6600] w3wp.exe' has exited with code 0 (0x0).

These lines are after successfully loading several assemblies.

I was using VS 2013. I uninstalled 2013, cleaned everything up and installed VS 2015 and I'm still having the same issue.

If I use Edge, Chrome or FireFox everything works from VS. If I start IE using Ctrl+F5 it works. It's only when I choose to debug with IE it fails.

It fails is I use IIS 10 or IIS Express 8.0 to host the website.

IE has better integration so I prefer to use it for general debugging. How do I fix this?

visual-studio
debugging
crash
internet-explorer-11
windows-10

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0