I am trying to print a receipt from Retail POS and I get the below error:
retail pos encountered a problem and could not print
Below is the error log from Event viewer:
Microsoft.Dynamics.Retail.Pos.Services.Printer: System.Drawing.Printing.InvalidPrinterException: Settings to access printer 'Printer1' are not valid.
at System.Drawing.Printing.PrinterSettings.GetHdevmodeInternal(String printer)
at System.Drawing.Printing.PrinterSettings.GetHdevmodeInternal()
at System.Drawing.Printing.PrinterSettings.GetHdevmode(PageSettings pageSettings)
at System.Drawing.Printing.PrintController.OnStartPrint(PrintDocument document, PrintEventArgs e)
at System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, PrintEventArgs e)
at System.Drawing.Printing.PrintController.Print(PrintDocument document)
at System.Drawing.Printing.PrintDocument.Print()
at Microsoft.Dynamics.Retail.Pos.Services.Printer.WindowsPrinting(String textToPrint, String printerName)
at Microsoft.Dynamics.Retail.Pos.Services.Printer.PrintReceipt(String text).
*This post is locked for comments
I have the same question (0)