Reputation: 65
I'm Getting the following error while printing in WPF.
PrintTicket provider failed to retrieve PrintCapabilities. Win32 error.
Here is my Code to Print
printDlg.PrintDocument(idpSource.DocumentPaginator, "Hello WPF Printing.");
Upvotes: 1
Views: 2101
Reputation: 65
I don't know what is exactly the problem, but something related to Printer.
From Control Panel -> Printers & Fax
Now its Working Fine
Upvotes: 2