Re: VB.NET (VS 2005) - IndexOutOf Range -- (General questions)
Hi Joel,
This doesn't look like wodSSH error at all. This error usually occurs when you try to access non-existant index of array.
I.e: You would receive this error if you try to access index 5 of some array that has less then 5 fields.
Hope this helps.
Regards,
Damba