How to debug .NET error logged in an Event Viewer ?
Posted
by PaN1C_Showt1Me
on Stack Overflow
See other posts from Stack Overflow
or by PaN1C_Showt1Me
Published on 2010-03-31T15:06:39Z
Indexed on
2010/03/31
15:13 UTC
Read the original article
Hit count: 393
Hi I found out that my application causes some errors which are logged in an Event log.
It states:
NET Runtime 2.0 Error
EventType clr20r3, P1 *****.exe, P2 1.0.0.0, P3 4b2a572f, P4 system.web.services, P5 2.0.0.0, P6 4889df18, P7 bc, P8 65, P9 system.net.webexception, P10 NIL.
How can I find out what's going on? I've tried that app locally and everything works fine.
© Stack Overflow or respective owner