System.ObjectDisposedException

.NET library for SMPP protocol
Locked
murtz
Posts: 15
Joined: Thu May 14, 2015 11:04 am

System.ObjectDisposedException

Post by murtz » Tue Aug 30, 2016 7:21 am

I'm getting the below exception randomly during application execution. I'm using the latest version "1.1.22.7" of Inetlab.SMPP library. Please help.

Application: SMSAppTest.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
Stack:
at System.Threading.TimerQueueTimer.Change(UInt32, UInt32)
at System.Threading.Timer.Change(Int64, Int64)
at System.Threading.Timer.Change(System.TimeSpan, System.TimeSpan)
at FyNvvj8JTC3tg0CSsj.txYH5iUADnYp9rPtHk.Ah41h1gni0()
at Inetlab.SMPP.Common.SmppClientBase.HLSfV6XjE3(Inetlab.SMPP.PDU.SmppPDU)
at Inetlab.SMPP.Common.SmppClientBase+<>c__DisplayClassd.<OnSocketReceiveData>b__9()
at NMV0DcpC7GKRQi1xMU.AGYaPpQTI0VZ2P71wA.PGHHRDDpO3()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: System.ObjectDisposedException

Post by alt » Sat Oct 29, 2016 9:11 pm

Hi murtz,

This issue was fixed in the version 1.1.25.
Locked