I have a very very basic application. It just involves some user inputs and brings up crystal reports. At some point I started to get a error...
I am getting this error:
"An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.windows.forms.dll
Additional information: A generic error occurred in GDI+."
I get it while debuggin my app, and it points to:
and the Form1 is highlighted in green....
Where do I begin to trouble shoot this???
I am getting this error:
"An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.windows.forms.dll
Additional information: A generic error occurred in GDI+."
I get it while debuggin my app, and it points to:
Code:
Public Class Form1
and the Form1 is highlighted in green....
Where do I begin to trouble shoot this???