WMI Win32_Printer无法在XP Embedded上运行

时间:2010-09-22 13:32:57

标签: winapi wmi printing windows-xp-embedded

我有一些代码适用于标准XP系统,但在XP上失败 嵌入式测试机。

我收到System.Management.ManagementException:提供商加载失败

这是我的代码:

    string query = "Select * From Win32_Printer";
    ManagementObjectSearcher searcher = new ManagementObjectSearcher(query);
    ManagementObjectCollection results = searcher.Get();

是否有要启动的服务或要注册的DLL?

请帮我找到答案!

提前致谢, 跳蚤

1 个答案:

答案 0 :(得分:0)

您必须检查System.Management.Instrumentation.dll库是否已正确注册。

试试此链接