keyongtech


  keyongtech > dotnet.framework.* > dotnet.framework.clr > 04/2008

 #1  
04-18-08, 07:00 AM
Shahbaz
I have running Desktop Network Application based on .NET Framework 2.0 ,
Visual Studio 2005 and Sql Server 2000 /2005. It suddenly exits while running
without any prior notice. After I look at the Event Log in Windows 2003
Server, found the following Error log. It only happens on the client side, I
am not unable to debug the situation which causes the application to crash.
How do i know the exact cause of the crash? kindly help me out.

Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 3/20/2008
Time: 1:50:14 PM
User: N/A
Computer: ALL
Description:
EventType clr20r3, P1 servicemain.exe, P2 1.0.0.0, P3 47bae0cd, P4
cat.cass.sockets, P5 1.0.0.0, P6 478202aa, P7 a, P8 3b, P9
system.argumentexception, P10 NIL.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
 #2  
04-21-08, 12:09 AM
Misbah Arefin
This problem occurs because the default policy for unhandled exceptions has
changed in the .NET Framework 2.0. By default, the policy for unhandled
exceptions is to end the process.

In the Microsoft .NET Framework 1.1 and in the Microsoft .NET Framework 1.0,
unhandled exceptions on managed threads were ignored. Unless you attached a
debugger to catch the exception, you would not realize that anything was
wrong.

When an unhandled exception is thrown in .NET Framework 2.0, the application
unexpectedly quits.

The eventlog entry you mentioned is usually followed by another entry with
the details of the unhadled exception.
Similar Threads
ID 5000, .NET Runtime 2.0 Error Reporting

EventType clr20r3, P1 powershell.exe, P2 6.0.5430.0, P3 451ac238, P4 mscorlib, P5 2.0.0.0, P6 492b8182, P7 e2, P8 10, P9 system.invalidoperationexception, P10 NIL. I'm...

.NET Runtime 2.0 Error - ID Event 5000

Hi ! I have a big problem with a asp.net 2.0 website. I've just upgrade it from asp.net 1.1. In this previous version, no problem at all. Now, i've a recursive error .NET...

.Net runtime 2.0 error, Event id: 5000

Hi, I have made some software that uses one of the COM ports to communicate with an external device. The software is written in C# and uses the new SerialPort class in .Net...

.NET Runtime 2.0 Error Event ID: 5000

My .NET Windows Application is installed on over 350 computers. I am using ClickOnce to deploy/update the application. I have (1) one computer that the following error occurs...

.Net 2.0 runtime error, Event id: 5000

Hi, I have made some software that uses one of the COM ports to communicate with an external device. The software is written in C# and uses the new SerialPort class in .Net...


All times are GMT. The time now is 04:18 PM. | Privacy Policy