Page 1 of 1

.net 4.0, x64

Posted: Wed Mar 02, 2011 7:18 pm
by adontz
I have problem printing report on .Net 4.0, x64. I'm getting "A generic error occurred in GDI+" exception. If I'll force x86, everything is OK.

Looks like this problem is similar to
http://forum.stimulsoft.com/Default.aspx?g=posts&t=3718

Because of some reasons I cannot easily switch from AnyCPU to x86. Do you have any solution for this?

.net 4.0, x64

Posted: Thu Mar 03, 2011 9:01 am
by Alex K.
Hello,

If it is possible for you then, please recompile your project under x86. Because sometimes, for unknown reasons, problems arise when running under x64. And the problems occur in different places (when printing, formatting etc), it is difficult to find the reason of this.

Thank you.