Printing Problem
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a small printing application (using PrintDocument class). I have several Printer Drivers installed on my comp, but when I physically disconnect any printer and try to Print anything, the application abruptly terminates. Can any one guide please?
-
I have a small printing application (using PrintDocument class). I have several Printer Drivers installed on my comp, but when I physically disconnect any printer and try to Print anything, the application abruptly terminates. Can any one guide please?
Use proper error handling mechanisum (try...catch) to identify the error type and source. And check whether your printing logic will take any default printer or networke printer to print the required page.;) Sreejith Nair [ My Articles ]