Skip to Content
0
Former Member
Apr 03, 2013 at 04:35 PM

Error Printing Report from Crystal Reports WPF Viewer in .NET 4.0 and Citrix

130 Views

We have a .NET application (in-house built) that prints using Crystal Reports for Visual Studio 2010. It runs in a Citrix XenApp context. If we run an on-screen report, using the Crystal Reports WPF viewer control, we see the report as expected. However, if we then click the Printer icon within the CR WPF viewer, we get the following error:

An exception occurred while getting the default printer.

Win32 error: The system cannot find the file specified.

System.Printing

at System.Printing.LocalPrintServer.GetDataFromServer(String property, Boolean forceRefresh)

at System.Printing.LocalPrintServer.get_DefaultPrintQueue()

at SAPBusinessObjects.WPF.Viewer.PrintControl.ShowPrintDialog()

at SAPBusinessObjects.WPF.Viewer.ReportAlbum.PrintReport()