Dom 配置失败服务器 2008 r2
有人知道如何修复以下错误吗?
Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
在应用程序中,我试图让它打开页面并使用 SHDocVw.InternetExplorer 在某个 url 输入数据
anyone know how to fix the following error?
Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
In the application im trying to get it to open a page and input data at a certain url using SHDocVw.InternetExplorer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该可以解决这个问题:
添加此
之后的 web.config 中
在
检索具有 CLSID 的组件的 COM 类工厂
This should solve it:
Add this
<identity impersonate="true" userName="Domain\MyUsername" password="MyPassword"/>
in web.config after
<authentication mode="Windows" />
from
Retrieving the COM class factory for component with CLSID