+ 3
What is "stack over flow" error in c# ?
I was programming a project in c# which has 6 window form but when I debug it shows me stack over flow error .I have no idea about it đ§
4 Answers
+ 5
I think this threads should also help you
https://www.sololearn.com/discuss/217397/?ref=app
https://www.sololearn.com/discuss/2029003/?ref=app
+ 1
I found these problem. The problem was :
I created an object from next form in each form code but it caused a loop . When the program starts at first it maked an object from next form and it continues for each form.
+ 1
Thanks all of you âșïžđ