M
Marius Horak
Hello there,
In my Windows application I have:
Application.ThreadException += new
System.Threading.ThreadExceptionEventHandler(error.GlobalErrorHandler);
All was working fine until today.
Today, when error occurs in a compiled program, Windows calls
Just-in-time debugger popup window.
When running in Debug mode VS stops on error with Break/Continue dialog
box.
Any idea why ThreadException procedure does not fire?
Thanks
MH
In my Windows application I have:
Application.ThreadException += new
System.Threading.ThreadExceptionEventHandler(error.GlobalErrorHandler);
All was working fine until today.
Today, when error occurs in a compiled program, Windows calls
Just-in-time debugger popup window.
When running in Debug mode VS stops on error with Break/Continue dialog
box.
Any idea why ThreadException procedure does not fire?
Thanks
MH