Dom 配置失败服务器 2008 r2

发布于 2024-12-08 09:47:02 字数 327 浏览 0 评论 0原文

有人知道如何修复以下错误吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年少掌心 2024-12-15 09:47:02

这应该可以解决这个问题:

添加此
之后的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文