- Joined
- Mar 30, 2009
- Messages
- 3
- Reaction score
- 0
Hi all,
I am getting the following error "offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of source collection. File processing error,possibly disk is full" in my stand alone c#.net multi threaded windows application.
Basically my application downloads txtfiles, voice files in zip format and unzip it then does some bla bla thing then uploads back to file server. It was working fine from many months, but suddenly giving the above said error.
I could not able to find where exactly the error coming...
Plz suggest me any clues / solutions.
Thanks
Dev
I am getting the following error "offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of source collection. File processing error,possibly disk is full" in my stand alone c#.net multi threaded windows application.
Basically my application downloads txtfiles, voice files in zip format and unzip it then does some bla bla thing then uploads back to file server. It was working fine from many months, but suddenly giving the above said error.
I could not able to find where exactly the error coming...
Plz suggest me any clues / solutions.
Thanks
Dev