The form referred to itself during construction from a default instance, which led to infinite recursion. Within the Form's constructor refer to the

  • Thread starter Thread starter euchan09
  • Start date Start date
E

euchan09

Guest
hello!

How can i avoid this kind of error on my system. When I click a button that shows another form a multiple times this error occur.

an error occur in this part:

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Crystalreport.Show()

End Sub
Thankyou so much!

Continue reading...
 
Back
Top