Hi,
I try to catch all unmanaged exceptions in an application to send a bug report by webservice. So I implemented Application.ThreadException and AppDomain.UnhandledException. I also tried a try-catch-block at Application.Run(...). But the events are not fired.
I´m using VS 2005.
Can anybody help me?
I try to catch all unmanaged exceptions in an application to send a bug report by webservice. So I implemented Application.ThreadException and AppDomain.UnhandledException. I also tried a try-catch-block at Application.Run(...). But the events are not fired.
I´m using VS 2005.
Can anybody help me?