本文介绍了创建PrintServer对象时发生异常。 Win32错误:打印机名称无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试创建printserver对象时遇到此异常。这是我的代码
Hi i am getting this exception when i am trying to create printserver object. Here is my code
PrintServer printServer = new PrintServer(@"\\" + printServerName);
PrintQueue printQueue = printServer.GetPrintQueue(printerName);
我试图从另一台机器上获取打印机,这是Windows服务器2012年,如果我试图访问一些基于操作系统的系统,相同的代码工作正常。任何帮助将不胜感激。在此先感谢
I trying to get the printers from another machine which is windows server 2012, same code works fine if i try to acess some OS based system. Any help will be appreciated. Thanks in advance
推荐答案
这篇关于创建PrintServer对象时发生异常。 Win32错误:打印机名称无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!