We are using the latest Crystal Reports redistributable for .NET (VS 2010). The problem is happening on both 32 & 64 bit machines.
We are experiencing a problem & have exhausted every possible solution we can think of. I have searched your community forums & tried every solution offered. The problem is with the HP Universal Printing PCL 6 driver, yet whether the driver itself it the issue is part of the debate. The problem only occurs when a printer using this driver is set as the default printer on a workstation (if it's not the default, the exception is never thrown, and we can print to the printer using this driver without an issue). In our vb.net code, we set another printer to use, as follows:
Dim CrReport As CrystalDecisions.CrystalReports.Engine. ReportDocument
CrReport.PrintOptions.PrinterName = “<printer name>”
CrReport.PrintToPrinter(printerSettings, defaultPageSettings, False )
The exception is raise when the PrintToPrinter method is called. Any advice?
Thanks in advance..