【发布时间】:2016-11-30 19:44:32
【问题描述】:
当我在 Visual Studio 生成的虚拟服务器上运行我的 Web 服务时,我的 ws 可以完美运行,但是当我在 IISv6 上运行时,我得到了这个
<string xmlns="http://www.devworms.com/">
Retrieving the COM class factory for component with CLSID {7F12571F-1A8A-11D3-9225-00105ACA290D} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).: Retrieving the COM class factory for component with CLSID {7F12571F-1A8A-11D3-9225-00105ACA290D} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
</string>
我能做什么? 我没有使用 office api 我正在使用 Aloha 的 dll(是 POS) 我认为是 iis 问题,但我不知道 有什么帮助吗??? 我的代码很简单
【问题讨论】:
-
对不起,它只是 windows/microsoft.net ......
标签: c# web-services com