【问题标题】:Retrieving the COM class factory for component with execution 80080005 Server execution failed检索具有执行 80080005 服务器执行失败的组件的 COM 类工厂
【发布时间】: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 问题,但我不知道 有什么帮助吗??? 我的代码很简单

【问题讨论】:

标签: c# web-services com


【解决方案1】:

尝试注册你的数据库在这个我不知道的目录下工作,mysql,sql,postgres:

在这个路径中:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config

检查这个元素>system.data>里面。

看起来像这样:

【讨论】:

    猜你喜欢
    • 2020-10-30
    • 2020-05-09
    • 2010-09-21
    • 2017-12-31
    • 1970-01-01
    • 1970-01-01
    • 2010-10-27
    • 1970-01-01
    相关资源
    最近更新 更多