Page 1 of 1

SmppException in EnquireLink

Posted: Tue Nov 23, 2010 11:53 am
by oxo42
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)

Re: SmppException in EnquireLink

Posted: Tue Nov 23, 2010 12:56 pm
by alt
Thank you for pointing this to me.
I try to fix it today.

Re: SmppException in EnquireLink

Posted: Tue Nov 23, 2010 1:32 pm
by alt

Re: SmppException in EnquireLink

Posted: Tue Nov 23, 2010 2:22 pm
by oxo42
Hi alt,

Thank you very much for your incredibly prompt response!