T
Thomas A. Johnson
Guest
I upgraded to Windows 10 and when I debug my websites from Visual Studio using IE 11, IE just closes. All I can 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, FireFox or Safari 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 whether or not the website is hosted by IIS or IIS Express.
IE has better integration so I prefer to use it for general debugging. How do I fix this?
I've disabled all add-ons, reset Security to default, and reset all my setting in IE to default. I've uninstall IE and reinstalled it. I performed a Repair on VS. Made sure to have all the latest Windows Update. No good on any of this and I can't figure out how to get more info on why it's failing. There is nothing in the Event Log and I also enabled CrashDumps and no files show up for this issue. I ran ProcessMonitor and nothing stands out as the issue there either.
I created a new blank web project and added one web form to it with text to test with. No JavaScript or anything and IE11 fails to load when running in debug mode from VS.
IE has better integration with VS so I prefer to use it for general debugging. How do I fix this?
Continue reading...
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, FireFox or Safari 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 whether or not the website is hosted by IIS or IIS Express.
IE has better integration so I prefer to use it for general debugging. How do I fix this?
I've disabled all add-ons, reset Security to default, and reset all my setting in IE to default. I've uninstall IE and reinstalled it. I performed a Repair on VS. Made sure to have all the latest Windows Update. No good on any of this and I can't figure out how to get more info on why it's failing. There is nothing in the Event Log and I also enabled CrashDumps and no files show up for this issue. I ran ProcessMonitor and nothing stands out as the issue there either.
I created a new blank web project and added one web form to it with text to test with. No JavaScript or anything and IE11 fails to load when running in debug mode from VS.
IE has better integration with VS so I prefer to use it for general debugging. How do I fix this?
Continue reading...