Error “Settings to access printer 'printername' are not valid” when printing from Windows service

旧城冷巷雨未停 提交于 2019-11-27 22:16:32

问题


I get the error mentioned when printing to a network printer.

The error does not occur when run under XP/Win2003, in a WinForm app or when a local printer is used.

The error does only occur when run as a Windows Service under Vista/Win7/Win2008 and printing to a network printer.

The Windows service runs under a network user that has access to the network printer. Before I print I check if the printername (including network path) is ok by looping through the available printers.

How can this be solved?


回答1:


Solved by adding the printer to the SYSTEM user via a registry hack as described in the Microsoft doc: http://support.microsoft.com/kb/184291/en-us.




回答2:


In my case we got same error for windows 10 os client computers. I think the error is related users and their permissions.

After making the client computers to our company's domain the error was fixed.



来源:https://stackoverflow.com/questions/2722327/error-settings-to-access-printer-printername-are-not-valid-when-printing-fro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!