stack over flow error

Stack Overflow

Cant see your code but normally this is because you have used up all available memory.
Try releasing variables between the recursive calls
JR
 
Its ok. It was an endless loop. code was so long, I couldnt figure it out first. Now its working fine. But still is there any way to release the resources held by the system stack during run time. I used a call to the Clear() method but that doesnt seem to work.
 
Back
Top