简体   繁体   English

检索执行的组件的COM类工厂80080005服务器执行失败

[英]Retrieving the COM class factory for component with execution 80080005 Server execution failed

When I run my web service on the virtual server generated by visual studio my ws works perfectively but, when I run on IISv6 I got this 当我在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>

what can i do? 我能做什么? I am not using office apis I am using a dll of Aloha (is a POS) I think is an iis issue but i don't know any help??? 我没有使用办公室apis我正在使用Aloha的dll(是一个POS)我认为是一个iis问题,但我不知道任何帮助??? my code is very simple 我的代码非常简单

Try to Register your database working at like this directory i dont know if, mysql,sql,postgres: 尝试注册你的数据库工作在这个目录,我不知道,如果,mysql,sql,postgres:

in this path: 在这条道路上:

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

check this element >system.data> inside of it. 在它里面检查这个元素> system.data>。

look like this: 看起来像这样:

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何解决异常:“检索 COM class 工厂…失败…80080005 服务器执行失败”来自 Codesoft? - How can I resolve exception: “Retrieving the COM class factory…failed…80080005 Server Execution failed” from Codesoft? C#Outlook由于以下错误而无法为具有CLSID的组件检索COM类工厂:80080005 - C# Outlook Retrieving the COM class factory for component with CLSID failed due to the following error: 80080005 检索具有 CLSID {00024500-0000-0000-C000-000000000046} 的组件的 COM 类工厂失败 - 80080005 - Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed - 80080005 NetOffice获得80080005服务器执行失败 - NetOffice getting 80080005 Server execution failed System.Runtime.InteropServices.COMException(0x80080005):使用CLSID检索组件的COM类工厂 - System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID 检索具有CLSID {}的组件的COM类工厂失败 - Retrieving the COM class factory for component with CLSID {} failed 打开Excel错误:System.Runtime.InteropServices.COMException(0x80080005):检索具有CLSID的组件的COM类工厂 - opening excel error: System.Runtime.InteropServices.COMException (0x80080005): Retrieving the COM class factory for component with CLSID 80080005 使用 Word 自动化时服务器执行失败 - 80080005 Server execution failed when using Word Automation Word 2016自动化生成“错误:80080005服务器执行失败” - Word 2016 automation generates “error: 80080005 Server execution failed” 在服务器上构建时出错:使用CLSID检索组件的COM类工厂 - Error when building on server: Retrieving the COM class factory for component with CLSID
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM