如何解决COM库错误 [英] How to resolve a COM library error

查看:105
本文介绍了如何解决COM库错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我在我的项目中遇到一个奇怪的错误,我现在已经试图解决了几个星期,我想知道你们是否可以提供帮助。



在我的项目中,我是引用标签打印机打印标签的COM类(Dymo标签库)。现在..一切都在我的开发机器上运行良好但是一旦我将项目部署到服务器上我就会收到此错误:....



Hi All,

I am having a weird error in my project which i have been trying to solve for weeks now and i wonder if you guys can help out.

In my project I am references COM class (Dymo label library ) that prints labels from a label printer. Now .. Everything works well on my dev machine BUT as soon as i deploy my project onto a server i get this error:....

Retrieving the COM class factory for component with CLSID {09DAFAE2-8EB0-11D2-8E5D-00A02415E90F} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).





你们中的任何人都知道这意味着什么以及如何解决这个问题吗?



感谢您的时间



只是对上述问题的更新...



谷歌搜索这个错误后,我发现我必须在我已经完成的服务器上安装sdk,但现在我得到了一些不同的错误,如下所示...





Does any of you know what this means and how i can resolve this ?

Thank you for your time

just an update to the above question...

After googling this error , I find out out that i had to install the sdk on the server which i have done but now i am getting a bit of different error like below...

Creating an instance of the COM component with CLSID {09DAFAE2-8EB0-11D2-8E5D-00A02415E90F} from the IClassFactory failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

推荐答案

根据到当前的错误消息,请看这里:错误消息:0x80070005访问被拒绝。您无权执行请求的操作 [ ^ ]

80070005当具有水晶报告的asp.net网站部署在专用服务器上时,访问被拒绝 [ ^ ]

检索组件的COM类工厂...错误:80070005访问被拒绝。(HRESULT异常:0x80070005(E_ACCESSDENIED)) [ ^ ]

错误代码80070005疑难解答 - 访问被拒绝 [ ^ ]
According to current error message, have a look here: Error message: "0x80070005 Access is denied. You do not have permission to perform the requested operation" [^]
80070005 Access is denied,when asp.net website with crystal report is deployed on dedicated server[^]
"Retrieving the COM class factory for component… error: 80070005 Access is denied." (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))[^]
Troubleshooting Error Code 80070005 - Access Denied[^]

这篇关于如何解决COM库错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆