RE: Trouble of GDI+ generic error!
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 20 Mar 2007 10:13:38 GMT
Hi James,
From your description, you're encountering the following error:
"A Generic error occured in GDI+......."
in a winform application which print outo some string data into printer,
correct?
As for the "A Generic error occured in GDI+", it does be a very generic
exception that will sometimes occur in graphics application. I'm not sure
whether your applciation's code logic is very complex and contains many
other codelogic (not related to the GDI+ printing)? if so, I would suggest
you try creating a simplified project that dedicate the GDI+ processing to
see whether you can reproduce the issue.
For memory specific issue, a commom diagnostic means is using the
performance counter(process memory) to montior the managed and unmanaged
memory usage of your application's running process. You can check whether
there is particular memory pressure(at unmanaged or managed memory ...).
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Trouble of GDI+ generic error!
- From: James Wong
- Re: Trouble of GDI+ generic error!
- References:
- Trouble of GDI+ generic error!
- From: James Wong
- Trouble of GDI+ generic error!
- Prev by Date: Re: Compressing library
- Next by Date: Re: Sendkeys Send ascii code that not printable like chr(20)
- Previous by thread: Trouble of GDI+ generic error!
- Next by thread: Re: Trouble of GDI+ generic error!
- Index(es):
Relevant Pages
|
Loading