How to Resolve 'System.StackOverflowException'

Angie

New member
Joined
Apr 25, 2005
Messages
3
Programming Experience
1-3
hi,
does any1 had encounter or resolve this issue
An unhandled exception of type 'System.StackOverflowException' occurred in system.windows.forms.dll b4?
i encounter this issue when trying to load a crystal report print form frm window.

thanks in advance. :eek:
 
I had a simmilar problem. It turned out to be a call to a custom property in the form with the viewer. Once I commented (stop using) the property, the error went away. Apparently the viewer has some *issues*, I had also a problem closing the form by code and had to force it disposing it.

Crystal has become such a pain to install, and use that I would rather use something else if I could... (component one comes to mind)
 
Back
Top