From: Maria on
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?