G
GPM25
Hi, we are printing from a service hosted as a windows service(32-bit) and it is throwing an exception.
Exception: PrintTicket provider failed to bind to printer. Win32 error: -2147467231
Our application provider is MYOB and their Technical support have recommended the hotfix in KB (Knowledge Base Article 2954953)
This is documented in the following link;
We had the same problem: Sending XPS files to a printer from a 32bit windows service using .net framework failed with an error message.
According to MS support, there are 2 solutions:
use a 64bit windows service
apply the registry modification described in Knowledge Base Article 2954953
Hope this solves your problem!
Continue reading...
Exception: PrintTicket provider failed to bind to printer. Win32 error: -2147467231
Our application provider is MYOB and their Technical support have recommended the hotfix in KB (Knowledge Base Article 2954953)
This is documented in the following link;
KB Article 2954953 unavailable
social.technet.microsoft.com
We had the same problem: Sending XPS files to a printer from a 32bit windows service using .net framework failed with an error message.
According to MS support, there are 2 solutions:
use a 64bit windows service
apply the registry modification described in Knowledge Base Article 2954953
Hope this solves your problem!
Continue reading...