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
.net 4.0, x64
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.
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.