Printing Problem In 64-bit Crystal Reports for VS 2005

crystal-reports

I'm aware that this question may have been asked before, but I still haven't found any solution.

We're developing a smart client application with Crystal Reports for Visual Studio 2005. The application has been deployed to 32 bit machines and it runs well. However when we deployed to 64 bit machine, we found that the print button of Crystal Reports viewer didn't work. Note that we have installed CRRedist2005_X64.msi in that pc.
We want to keep this source code in Visual Studio 2005.

Do you know any solution for this problem? Your suggestion will be appreciated.

Regards,

Anton

Best Answer

Finally my colleague solved it by compiling with Visual Studio 2005 installed on 64 bit OS and Crystal Reports for VS 2005 SP1. source: http://forums.sdn.sap.com/thread.jspa?threadID=1939320&tstart=0

Related Topic