访问 .NET WebBrowser 时发生 COMException (SHDocVw)

发布于 2024-12-05 10:16:38 字数 436 浏览 1 评论 0原文

出现以下异常的原因是什么?

System.Runtime.InteropServices.COMException (0x800706BA):RPC 服务器不可用。 (HRESULT 异常:0x800706BA)

当我进行 COM 调用并尝试在运行 C# 代码的 Windows XP 计算机中操作 InternetExplorer 时,会发生这种情况。当我尝试读取 .IsBusy 这样的属性时,它会出现。

异常消息:无法转换类型为“System.__ComObject”接口类型“SHDocVw.IWebBrowser2”的 COM 对象。此操作失败,因为对 IID 为“{-D30C1661 CDAF-11D0-8A3E-00C04FC9E26E}”的接口的 COM 组件上的 QueryInterface 调用由于以下错误而失败:RPC 服务器不可用。 (HRESULT 异常:0x800706BA)

What is the reason for the following exception ?

System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

It occurs when I make a COM call, trying to manipulate InternetExplorer in a Windows XP machine running c# code. It raises when I try to read a property like .IsBusy.

Exception message: Unable to cast COM object of type 'System.__ComObject' interface type 'SHDocVw.IWebBrowser2'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{-D30C1661 CDAF-11D0-8A3E-00C04FC9E26E}' failed due to following error: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文