Appilcation quit by unknown exception

.NET library for SMPP protocol
Locked
gsmart
Posts: 8
Joined: Fri Dec 25, 2015 3:01 am

Appilcation quit by unknown exception

Post by gsmart » Sun May 01, 2016 1:51 am

Hi alt,

Sometimes, My application is quitted by an unknown exception, detail is below:
Pls help me resole it.

Application: SmsGateway_Console.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Inetlab.SMPP.Common.SmppConnectionException
Stack:
at Ur8MToAJWYytc5buO6.Ok6RgoVMf0xUKGuy7v.BTE3IQsPcS(Boolean)
at Inetlab.SMPP.Common.SmppClientBase.mLWj4sXhGJ(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.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Appilcation quit by unknown exception

Post by alt » Sun May 01, 2016 8:27 pm

Hi gsmart,

How often do you get this error?
Do you do reconnect in evDisconnected event handler?
Locked