I had 3 Forms in my project, (a startup and 2 Main Forms) I have decided to add two more for use with Crystal Reports Viewer. It is all working but now I keep getting an error when shutting down my forms.
The Error is telling me something like:
An unhandled exception of type
‘System.Runtime.InteropServices.SEHException’ occurred in system.windows.forms.dll
External component has thrown an exception.
It did not do that till I coded the Crystal reports.
Can someone help??
Thanks!!
I'm declaring all forms as owned.
Code:Dim Blabla As New frmBlabla MyBase.AddOwnedForm(Blabla) Blabla.ShowDialog




Reply With Quote