If you run Worksheet.PrintOut from C# with XPS on the printer, a file save dialog appears.
If you leave it in that state for a while, a dialog will appear while the server is in use.
Is the only way to prevent the server from displaying a busy dialog is to print on a separate thread?
It was resolved by running on a different thread using a timer.
© 2024 OneMinuteCode. All rights reserved.