When I run application on server, it prints locally via StimulSoft Print Method to a Physical thermal Printer Properly, but when I call same method from a client app from WCF, get this error:
"Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application."
PrinterSettings ps1 = new PrinterSettings();
ps1.PrinterName = MyPrintControler.SellerPrinterName;
stiReport.Print(false, ps1);