I have a dye sub printer, and I'm trying to send an image to print programatically.
I'm using PrintDocument and a PrintPage with C# 4.0 on Windows 7 64b.
Printing fails, and windows gives this error:
The print spooler failed to load a plug-in module
C:\Windows\system32\spool\DRIVERS\x64\3\S6145UI.DLL, error code 0xc1
The printer works fine with Window's default Print dialog.
The code works fine when printing with a regular laser printer.
I'm completely stumped.