VB.NET (VS 2005) - IndexOutOf Range -- - WeOnlyDo Discussion board

VB.NET (VS 2005) - IndexOutOf Range -- (wodSSH / wodSSH.NET)

by Joel Kepaou, Saturday, October 11, 2008, 19:43 (5669 days ago)

This error make our application crashing, this happen randonmly, the application can be working for 2 days before it happens.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
at ..Encrypt(Byte[] clearText, Byte[] cipherText)
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)


Complete thread: