Comment 4 for bug 678236

Revision history for this message
poy (poy) wrote :

if i remember correctly, the solution to this is to set up an exception handler that doesn't re-throw the exception, using SetUnhandledExceptionFilter: <http://msdn.microsoft.com/en-us/library/ms680634(VS.85).aspx>