HighTechTalks DotNet Forums  

.NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss .NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Shahbaz
 
Posts: n/a

Default .NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash - 04-18-2008 , 01:00 AM






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.


Reply With Quote
  #2  
Old   
Misbah Arefin
 
Posts: n/a

Default RE: .NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash - 04-20-2008 , 06:09 PM






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.


--
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin


"Shahbaz" wrote:

Quote:
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.


Reply With Quote
  #3  
Old   
Misbah Arefin
 
Posts: n/a

Default RE: .NET Runtime 2.0 Error Reporting , Event ID:5000 Application Crash - 04-20-2008 , 06:09 PM



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.


--
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin


"Shahbaz" wrote:

Quote:
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.


Reply With Quote
  #4  
Old   
Artur Malinowski
 
Posts: n/a

Default .NET Runtime 2.0 Error Reporting, Event ID 5000 - Cannot see exceptiondetails in Windows Log - 11-20-2009 , 04:59 AM



Probably you need to see the exception details. Check comment at http://malcan.com/EN/Lists/Tips%20and%20tricks/DispForm.aspx?ID=18



MisbahArefi wrote:

This problem occurs because the default policy for unhandled exceptions has
20-kwi-08

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.


--
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin


"Shahbaz" wrote:

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice
SharePoint Application Page with Custom Controls
http://www.eggheadcafe.com/tutorials/aspnet/2145201e-00aa-4877-b5f7-cf150d7f0c5f/sharepoint-application-pa.aspx

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.