System.ComponentModel.Win32Exception: The operation completed...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to do a print from an asp.net application I get the odd exception
below but nothing comes out on the printer.

System.ComponentModel.Win32Exception: The operation completed successfully
at
System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, PrintEventArgs e)
at System.Drawing.Printing.PrintController.Print(PrintDocument document)
at System.Drawing.Printing.PrintDocument.Print()

Anyone know what this means?
 
I am having the same problem. Did you find a solution to your issue? I get
this error when trying to print from an ASP.NET page to a local printer
 
Back
Top