SmppException in EnquireLink

.NET library for SMPP protocol
Locked
oxo42
Posts: 2
Joined: Tue Nov 23, 2010 11:43 am

SmppException in EnquireLink

Post by oxo42 » Tue Nov 23, 2010 11:53 am

I am using version 1.0.3.0 of Inetlab.SMPP and sometimes (very irregularly) I get an exception that crashes the entire system. I've tried setting an AppDomain.CurrentDomain.UnhandledException event, but the application still terminates.

Any ideas?

Code: Select all

Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Inetlab.SMPP.Common.SmppException
Stack:
   at Inetlab.SMPP.Common.SmppClientBase.H4K621QBf(EeChZ07nEPtukxyxQf.ortT5RDwFbMhQGj1sM)
   at Inetlab.SMPP.Common.SmppClientBase.EnquireLink(Inetlab.SMPP.PDU.EnquireLink)
   at Inetlab.SMPP.Common.SmppClientBase.EnquireLink()
   at Inetlab.SMPP.Common.SmppClientBase.etTFa5vFW(System.Object)
   at System.Threading._TimerCallback.TimerCallback_Context(System.Object)
   at System.Threading.ExecutionContext.runTryCode(System.Object)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading._TimerCallback.PerformTimerCallback(System.Object)
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SmppException in EnquireLink

Post by alt » Tue Nov 23, 2010 12:56 pm

Thank you for pointing this to me.
I try to fix it today.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SmppException in EnquireLink

Post by alt » Tue Nov 23, 2010 1:32 pm

oxo42
Posts: 2
Joined: Tue Nov 23, 2010 11:43 am

Re: SmppException in EnquireLink

Post by oxo42 » Tue Nov 23, 2010 2:22 pm

Hi alt,

Thank you very much for your incredibly prompt response!
Locked