I would really appreciate someone help me resolving the following issue:
I am getting now and then the following exception:
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: chunkLength
on stringBuilder.ToString()
.
What is strange is if I put stringBuilder.ToString()
in the watch, it works perfectly.