VB.NET (VS 2005) - Application crash -- (General questions)
Our application is connecting to a SSH telnet server 24/7, after one day or one day and half the application crash with this error. Can you verify what can be the issue. We have dowloaded the lastest version.
despite all the try and catch on the program.
System.Exception: Buffer error: start>end
at ..(Int32 , Int32 )
at ..(Int32 )
at ..Send()
at ..(Object )
at ..(Object )
at System.Threading._TimerCallback.TimerCallback_Context(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.Threading._TimerCallback.PerformTimerCallback(Object state)