System.ObjectDisposedException

Smpp v3.4 client

Moderator: alt

Locked
ceezed
Posts: 13
Joined: Wed Oct 29, 2008 1:08 pm

System.ObjectDisposedException

Post by ceezed » Tue Mar 03, 2009 12:12 am

My web app crashed and the following Event Log entry was created (Windows 2003 Server)
-----------------------------

An unhandled exception occurred and the process was terminated.

Application ID: /LM/W3SVC/1/Root/XXXXX

Process ID: 9999

Exception: System.ObjectDisposedException

Message: Cannot access a disposed object.

StackTrace:
at System.Threading.TimerBase.ChangeTimer(UInt32 dueTime, UInt32 period)
at System.Threading.Timer.Change(Int32 dueTime, Int32 period)
at ALT.SMS.SmppClient.7vYStJh1l()
at ALT.SMS.SmppClient.Disconnect()
at ALT.SMS.SmppClient.n1dyuoXjD(IAsyncResult )
at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
at System.Net.ContextAwareResult.CompleteCallback(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.ContextAwareResult.Complete(IntPtr userToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Mar 05, 2009 10:44 am

Please try last version 2.6.1.
Locked