why create "EventType clr20r3, P1 w3wp.exe" but don't have detail description of this unhandled exce

Posted by Weixiao.Fan on Stack Overflow See other posts from Stack Overflow or by Weixiao.Fan
Published on 2009-12-21T02:55:50Z Indexed on 2010/05/09 6:48 UTC
Read the original article Hit count: 399

Filed under:
|

On the production server, I can see event from system Event Viewer when an asp.net app crash:

*EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d691cc, P4 app_web_default.aspx.cdcab7d2, P5 0.0.0.0, P6 4b2e4bf0, P7 4, P8 4, P9 system.dividebyzeroexception, P10 NIL.*

it belongs to ".NET Runtime 2.0 Error Reporting" category.

but I can't find a event which belongs to "ASP.NET 2.0.50727.0" which can give me this exception a detail view:

*An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/505951206/Root Process ID: 1112 Exception: System.DivideByZeroException Message: Attempted to divide by zero. StackTrace: at _Default.Foo(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading.ThreadPoolWaitCallback.PerformWaitCallback(Object state) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp

I can find these two event on my dev machine, because of Visual Studio installing? If so, how can I disable this so I can emulate production environment?

Great thanks and best regards, Fan

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about crash