I had the Visual Studio Express edition installed and uninstalled it to put on the full version of VS.
I have a web email page that when I click a necessary button I get the following error message and after clicking ok Internet Explorer shuts down.
“An unhandled win32 exception occurred in iexplore.exe[3096]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In_Time debugging enabled. In Visual Studio, Just-In_Time debugging can be enabled from Tool/Options/Debugging/Just-In-Time.”
I really need to have my web email work so I disabled the debugger tool and I still ran into the same error.
I have uninstalled Visual Studio but I still get this error message that closes IE7.
In searching the help I found that a registry key gets set when the debugger is enabled. Is this the problem Is there a registry key that is still set even though I have uninstalled VS
How can I fix this so that my computer doesn’t keep closing my web email because it is trying to debug an error
Thank you in advance.

Just in time debugger registry key setting
ngaisteve1
Andy,
You can disable VS JIT debugger by following the steps outlined here
http://msdn2.microsoft.com/en-us/library/5hs4b7a6.aspx.
You can setup Dr Watson or another debugger to do JIT using steps outlined in this KB article.
http://support.microsoft.com/kb/923827
Azeem Khan
VS Debugger.