0x80010108(RPC

编程入门 行业动态 更新时间:2024-10-26 04:27:55
本文介绍了0x80010108(RPC_E_DISCONNECTED)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在导航到特定于我们项目的特定网址时,我得到0x80010108(RPC_E_DISCONNECTED).IE正在加载页面,但我遇到了异常.一切正常,一切都很好.

I am getting 0x80010108 (RPC_E_DISCONNECTED) while navigating to a particular url which is our project specific.IE is loading the page and i am gettting the exception.I tried to navigate to www.google at that time it is worked good without any exception.

有趣的是,我能够在两天前毫无例外地导航到我的项目特定URL.

Interesting thing is that i was able to navigate to my project specfic url without any exception 2 days before.

即= new InternetExplorer(); object dummy = null; ie.Navigate("myurl",ref虚拟,ref虚拟,ref虚拟,ref虚拟); 而 (例如,忙 )

ie = new InternetExplorer(); object dummy = null; ie.Navigate("myurl", ref dummy, ref dummy, ref dummy, ref dummy); while (ie.busy)

{

//thread.sleep的代码

//code for thread.sleep

} HTMLDocumentClass iedoc =(HTMLDocumentClass)ie.Document;

} HTMLDocumentClass iedoc = (HTMLDocumentClass)ie.Document;

我正在使用Windows 7和Visual Studio 2008.

I am using windows 7 and visual studio 2008.

是否与url或安全性或空间问题有关?

Is there anything related to urlor security or space issue ?

推荐答案

您可以查看以下内容:

You can look at this:

support.microsoft/kb/924432

更多推荐

0x80010108(RPC

本文发布于:2023-11-06 01:42:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1562403.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:RPC

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!