error
HI,
While running my application i am getting this error.How to solve this problem.
System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Windows.Forms.Control.MarshaledInvoke(Contr ol caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at NClient.NClient.ThreadFunction()
Note-
Here ThreadFunction is a thread method.i get this error while i keep my system idle for long time and later trying to access.
Regards
Nags
|