Thursday, March 22, 2012

System.ObjectDisposedException - REALLY NEED HELP !

Hi !

My website breakdown at least 20 times per day with a
System.ObjectDisposedException.

The only information available are those given by the httpmodule treating
the unhandledexception causing breakdown. Here are these information :

Type de l'vnement : Erreur
Source de l'vnement : ASP.NET 2.0.50727.0
Catgorie de l'vnement : Aucun
ID de l'vnement : 0
Date : 4/12/2007
Heure : 13:36:00
Utilisateur : N/A
Ordinateur : T04
Description :
La description pour l'ID d'vnement ( 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 rcuprer cette description. Reportez-vous aux
rubriques Aide et support pour plus de dtails. Les informations suivantes
font partie de l'vnement :

UnhandledException logged by UnhandledExceptionModule.dll:

appId=/LM/W3SVC/1984782886/Root

type=System.ObjectDisposedException

message=Le handle scuris a t ferm

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

There is no trace from my webapplication in the stacktrace. So it's
impossible for me to find where is located the problem in my webapplication.

Ant idea to locate the origin of the problem would be great !

--
Bernard
bernard.borsu@dotnet.itags.org.odysseos.netdeploy a debug build, and you will get a stack trace.

-- bruce (sqlwork.com)

"Bernard Borsu" wrote:

Quote:

Originally Posted by

Hi !
>
My website breakdown at least 20 times per day with a
System.ObjectDisposedException.
>
The only information available are those given by the httpmodule treating
the unhandledexception causing breakdown. Here are these information :
>
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 : 4/12/2007
Heure : 13:36:00
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/1984782886/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()
>
There is no trace from my webapplication in the stacktrace. So it's
impossible for me to find where is located the problem in my webapplication.
>
Ant idea to locate the origin of the problem would be great !
>
--
Bernard
bernard.borsu@.odysseos.net
>
>
>


Hi !

I've think i've already deployed a debug version. In VS2005, i've selected
debug in the configuration manager before generating my web application. All
pdb files are present on the bin directory of the website.

Did i missed something in generating a debug version ?

"bruce barker (sqlwork.com)"
<brucebarkersqlworkcom@.discussions.microsoft.coma crit dans le message de
news: F0AA7A5E-A8B9-49F3-8678-93E20B758429@.microsoft.com...

Quote:

Originally Posted by

deploy a debug build, and you will get a stack trace.
>
-- bruce (sqlwork.com)
>
>
"Bernard Borsu" wrote:
>

Quote:

Originally Posted by

>Hi !
>>
>My website breakdown at least 20 times per day with a
>System.ObjectDisposedException.
>>
>The only information available are those given by the httpmodule treating
>the unhandledexception causing breakdown. Here are these information :
>>
>Type de l'vnement : Erreur
>Source de l'vnement : ASP.NET 2.0.50727.0
>Catgorie de l'vnement : Aucun
>ID de l'vnement : 0
>Date : 4/12/2007
>Heure : 13:36:00
>Utilisateur : N/A
>Ordinateur : T04
>Description :
>La description pour l'ID d'vnement ( 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 rcuprer cette description. Reportez-vous aux
>rubriques Aide et support pour plus de dtails. Les informations
>suivantes
>font partie de l'vnement :
>>
>UnhandledException logged by UnhandledExceptionModule.dll:
>>
>appId=/LM/W3SVC/1984782886/Root
>>
>type=System.ObjectDisposedException
>>
>message=Le handle scuris a t ferm
>>
>stack=
> System.Net.UnsafeNclNativeMethods.OSSOCK.shutdown( SafeCloseSocket
>socketHandle, Int32 how)
> System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
> ?.Finalize()
>>
>There is no trace from my webapplication in the stacktrace. So it's
>impossible for me to find where is located the problem in my
>webapplication.
>>
>Ant idea to locate the origin of the problem would be great !
>>
>--
>Bernard
>bernard.borsu@.odysseos.net
>>
>>
>>

0 comments:

Post a Comment