G
Guest
Out .Net application is crashing occasionally after running for several hours with the error below in the EventLog.
We have attached a handler for the UnhandledException in the AppDomain which simply logs errors to the EventLog, but it looks the the CLR is going down in flames. Any ideas on how to track this down? Note that this is occuring on our production machine, so we don't have access to the debugger there
===============================================================
EVENT # : 82
EVENT LOG : Applicatio
EVENT TYPE : Erro
SOURCE : .NET Runtim
EVENT ID :
COMPUTER : MACHINE
TIME : 4/16/2004 9:38:30 A
MESSAGE : .NET Runtime version 1.0.3705.288- QMApp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled
Process id=0x310 (784), Thread id=0xfc8 (4040)
Click OK to terminate the application
Click CANCEL to debug the application. ================================================================
We have attached a handler for the UnhandledException in the AppDomain which simply logs errors to the EventLog, but it looks the the CLR is going down in flames. Any ideas on how to track this down? Note that this is occuring on our production machine, so we don't have access to the debugger there
===============================================================
EVENT # : 82
EVENT LOG : Applicatio
EVENT TYPE : Erro
SOURCE : .NET Runtim
EVENT ID :
COMPUTER : MACHINE
TIME : 4/16/2004 9:38:30 A
MESSAGE : .NET Runtime version 1.0.3705.288- QMApp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled
Process id=0x310 (784), Thread id=0xfc8 (4040)
Click OK to terminate the application
Click CANCEL to debug the application. ================================================================