访问 .NET WebBrowser 时发生 COMException (SHDocVw)
出现以下异常的原因是什么?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论