473,385 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

.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 Runtime 2.0 Error - ID Event 5000.

Here ise the description in the Application log :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system, P5
2.0.0.0, P6 461ef191, P7 2c19, P8 36, P9 system.objectdisposedexception, P10
NIL.

Pour plus d'informations, consultez le centre Aide et support à l'adresse
http://go.microsoft.com/fwlink/events.asp.

I've placed a httpmodule in the website to receive more information about
the error, as described in the Microsoft KB :
http://support.microsoft.com/kb/911816/en-us

Here the description of the error given by this module :

Type de l'événement : Erreur
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Aucun
ID de l'événement : 0
Date : 30/11/2007
Heure : 15:55:08
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'événement ( 0 ) dans la source (ASP.NET
2.0.50727.0) est introuvable. L'ordinateur local n'a peut-être pas les
informations de Registre ou les librairies requises pour afficher les
messages émanant d'un ordinateur distant. Vous pourrez peut-être utiliser
l'option /AUXSOURCE= pour récupérer cette description. Reportez-vous aux
rubriques Aide et support pour plus de détails. Les informations suivantes
font partie de l'événement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
à System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
à System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
à ?.Finalize()

Does anyone know what to do to find where is the problem ? I can't find the
page or piece of code responsible for this error.

Thanks in advance for any help !

--
Bernard
be***********@odysseos.net
Nov 30 '07 #1
4 10799
deploy a debug version to get a stack trace

-- bruce (sqlwork.com)
"Bernard Borsu" wrote:
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 Runtime 2.0 Error - ID Event 5000.

Here ise the description in the Application log :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system, P5
2.0.0.0, P6 461ef191, P7 2c19, P8 36, P9 system.objectdisposedexception, P10
NIL.

Pour plus d'informations, consultez le centre Aide et support Ã* l'adresse
http://go.microsoft.com/fwlink/events.asp.

I've placed a httpmodule in the website to receive more information about
the error, as described in the Microsoft KB :
http://support.microsoft.com/kb/911816/en-us

Here the description of the error given by this module :

Type de l'événement : Erreur
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Aucun
ID de l'événement : 0
Date : 30/11/2007
Heure : 15:55:08
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'événement ( 0 ) dans la source (ASP.NET
2.0.50727.0) est introuvable. L'ordinateur local n'a peut-être pas les
informations de Registre ou les librairies requises pour afficher les
messages émanant d'un ordinateur distant. Vous pourrez peut-être utiliser
l'option /AUXSOURCE= pour récupérer cette description. Reportez-vous aux
rubriques Aide et support pour plus de détails. Les informations suivantes
font partie de l'événement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
Ã* System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
Ã* System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
Ã* ?.Finalize()

Does anyone know what to do to find where is the problem ? I can't find the
page or piece of code responsible for this error.

Thanks in advance for any help !

--
Bernard
be***********@odysseos.net
Nov 30 '07 #2
In .NET 2.0, an unhandled exception cause the AppDomain to unload and the app
to recycle in IIS. You need to find out what the unhandled exception is.
This may provide some help:
http://www.eggheadcafe.com/articles/20060305.asp
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Bernard Borsu" wrote:
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 Runtime 2.0 Error - ID Event 5000.

Here ise the description in the Application log :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system, P5
2.0.0.0, P6 461ef191, P7 2c19, P8 36, P9 system.objectdisposedexception, P10
NIL.

Pour plus d'informations, consultez le centre Aide et support Ã* l'adresse
http://go.microsoft.com/fwlink/events.asp.

I've placed a httpmodule in the website to receive more information about
the error, as described in the Microsoft KB :
http://support.microsoft.com/kb/911816/en-us

Here the description of the error given by this module :

Type de l'événement : Erreur
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Aucun
ID de l'événement : 0
Date : 30/11/2007
Heure : 15:55:08
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'événement ( 0 ) dans la source (ASP.NET
2.0.50727.0) est introuvable. L'ordinateur local n'a peut-être pas les
informations de Registre ou les librairies requises pour afficher les
messages émanant d'un ordinateur distant. Vous pourrez peut-être utiliser
l'option /AUXSOURCE= pour récupérer cette description. Reportez-vous aux
rubriques Aide et support pour plus de détails. Les informations suivantes
font partie de l'événement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
Ã* System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
Ã* System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
Ã* ?.Finalize()

Does anyone know what to do to find where is the problem ? I can't find the
page or piece of code responsible for this error.

Thanks in advance for any help !

--
Bernard
be***********@odysseos.net
Nov 30 '07 #3
Hi !

Thanks for this response.

I've already tried this piece of code to create the httpmodule. I've just
wrote it in vb but the only result i've received is this :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
à System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
à System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
à ?.Finalize()

And there no reference to my website source !

"Peter Bromberg [C# MVP]" <pb*******@yahoo.NoSpamMaam.coma écrit dans le
message de news: 4A**********************************@microsoft.com...
In .NET 2.0, an unhandled exception cause the AppDomain to unload and the
app
to recycle in IIS. You need to find out what the unhandled exception is.
This may provide some help:
http://www.eggheadcafe.com/articles/20060305.asp
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Bernard Borsu" wrote:
>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 Runtime 2.0 Error - ID Event 5000.

Here ise the description in the Application log :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system,
P5
2.0.0.0, P6 461ef191, P7 2c19, P8 36, P9 system.objectdisposedexception,
P10
NIL.

Pour plus d'informations, consultez le centre Aide et support à l'adresse
http://go.microsoft.com/fwlink/events.asp.

I've placed a httpmodule in the website to receive more information about
the error, as described in the Microsoft KB :
http://support.microsoft.com/kb/911816/en-us

Here the description of the error given by this module :

Type de l'événement : Erreur
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Aucun
ID de l'événement : 0
Date : 30/11/2007
Heure : 15:55:08
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'événement ( 0 ) dans la source (ASP.NET
2.0.50727.0) est introuvable. L'ordinateur local n'a peut-être pas les
informations de Registre ou les librairies requises pour afficher les
messages émanant d'un ordinateur distant. Vous pourrez peut-être utiliser
l'option /AUXSOURCE= pour récupérer cette description. Reportez-vous aux
rubriques Aide et support pour plus de détails. Les informations
suivantes
font partie de l'événement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
à System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
à System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
à ?.Finalize()

Does anyone know what to do to find where is the problem ? I can't find
the
page or piece of code responsible for this error.

Thanks in advance for any help !

--
Bernard
be***********@odysseos.net

Nov 30 '07 #4
Hi !

Thanks for yout suggestion, but even with a debug version, i've no more
information available on the stack trace.

Allways the same message an my website break down more than 20 times per
day.

Any other idea would be great !

"bruce barker (sqlwork.com)"
<br*******************@discussions.microsoft.com a écrit dans le message de
news: 90**********************************@microsoft.com...
deploy a debug version to get a stack trace

-- bruce (sqlwork.com)
"Bernard Borsu" wrote:
>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 Runtime 2.0 Error - ID Event 5000.

Here ise the description in the Application log :

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 system,
P5
2.0.0.0, P6 461ef191, P7 2c19, P8 36, P9 system.objectdisposedexception,
P10
NIL.

Pour plus d'informations, consultez le centre Aide et support à l'adresse
http://go.microsoft.com/fwlink/events.asp.

I've placed a httpmodule in the website to receive more information about
the error, as described in the Microsoft KB :
http://support.microsoft.com/kb/911816/en-us

Here the description of the error given by this module :

Type de l'événement : Erreur
Source de l'événement : ASP.NET 2.0.50727.0
Catégorie de l'événement : Aucun
ID de l'événement : 0
Date : 30/11/2007
Heure : 15:55:08
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'événement ( 0 ) dans la source (ASP.NET
2.0.50727.0) est introuvable. L'ordinateur local n'a peut-être pas les
informations de Registre ou les librairies requises pour afficher les
messages émanant d'un ordinateur distant. Vous pourrez peut-être utiliser
l'option /AUXSOURCE= pour récupérer cette description. Reportez-vous aux
rubriques Aide et support pour plus de détails. Les informations
suivantes
font partie de l'événement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/2112757039/Root

type=System.ObjectDisposedException

message=Le handle sécurisé a été fermé

stack=
à System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
socketHandle, Int32 how)
à System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
à ?.Finalize()

Does anyone know what to do to find where is the problem ? I can't find
the
page or piece of code responsible for this error.

Thanks in advance for any help !

--
Bernard
be***********@odysseos.net

Dec 3 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Erick Lopez | last post by:
When I send my web page to browser in ouput windows recibe this message and the web page the error BC32400 Please Help me Auto-attach to process ' aspnet_wp.exe' on machine 'TABLET'...
0
by: acb | last post by:
Hi, I have concluded an on-demand series of webcasts forming part of a series titled "Introduction to 2-D Video Game Development" that took place in 2005. The URL is at...
2
by: Y2K | last post by:
First.. I sincerely appreciate any assistance in resolving this. I've searched the entire PC for assembly.adaptive.xsd, and it's non existent. Here's the problem: I've published a standard...
4
by: news.citenet.net | last post by:
I keep getting the following error message after my web site running 2 or 3 days I share one folder with about 200 domain names Any one can help? ...
0
by: kimtherkelsen | last post by:
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 2.0. It works...
5
by: kimtherkelsen | last post by:
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 2.0. It works...
0
by: Anbu | last post by:
Hello All, I have developed an Win 32 application using .NET 2.0 Framework. This application uses the cassini dll provided by one of the Microsoft groups. While using this component, I'm getting...
2
by: kplkumar | last post by:
Hi all I am fairly new to windows scheduler. I have an .exe console application that needs to be run 1st of every month. I created a scheduled task in Windows Schduler and called the .exe. ...
1
by: =?Utf-8?B?Y2FzaGRlc2ttYWM=?= | last post by:
Hi, I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.