Visual Studio Just-In-Time Debugger
-
"An unhandled Win32 exception occurred in iexplore.exe(3668). Do you want to debug using the selected debugger?". Whenever I run my WebApplication (even I open the IE normally) a Dialog Box pops up and shows the above error message. When I click "No" button, the IE gets closed. Can any one point out the reason?
Regards, Arun Kumar.A
-
"An unhandled Win32 exception occurred in iexplore.exe(3668). Do you want to debug using the selected debugger?". Whenever I run my WebApplication (even I open the IE normally) a Dialog Box pops up and shows the above error message. When I click "No" button, the IE gets closed. Can any one point out the reason?
Regards, Arun Kumar.A
Sure - something crashed. You might want to look in the Event Logs to see if these is any more information about the crash.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Sure - something crashed. You might want to look in the Event Logs to see if these is any more information about the crash.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Dave Kreskowiak wrote:
You might want to look in the Event Logs to see if these is any more information about the crash.
Thank you very much. I will look at it.
Regards, Arun Kumar.A