modaowohao 发表于 2012-3-3 22:54:07

出现程序错误,见内容

2012-03-03 22:50:54,125 ERROR System.Object [(null)] - UI Exception:
System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。
   在 System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
   在 System.Windows.Forms.Application.ExitInternal()
   在 System.Windows.Forms.Application.Restart()
   在 Client.Platform.
(Object
H, EventArgs
I)
   在 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   在 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   在 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   在 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   在 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   在 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   在 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   在 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   在 System.Windows.Forms.ToolStrip.WndProc(Message& m)
   在 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2012-03-03 22:51:33,406 FATAL System.Object [(null)] - No-UI Exception:(IsTerminating:True)
System.Runtime.InteropServices.COMException (0x800700AA): 请求的资源在使用中。 (异常来自 HRESULT:0x800700AA)
   在 System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
   在 IfacesEnumsStructsClasses.IWebBrowser2.Navigate(String URL, Object& Flags, Object& TargetFrameName, Object& PostData, Object& Headers)
   在 csExWB.cEXWB.Navigate(String URL)
   在 LocoySpider.Dock_FrmWelcome.O11Ol0OlOl10Ol0O10l0lO()
   在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading.ThreadHelper.ThreadStart()

modaowohao 发表于 2012-3-3 22:54:35

四川卫校网 www.weixiao5.com

modaowohao 发表于 2012-3-3 23:40:16

V7,BUG怎么这么多啊。重启提示上面的错误,手工发布不了,在线编辑器点击保存后,出现空白,选择源码查看内容,都没有滚动条,而且内容超出长度了,也不换行。

还没2010好用啊,实在不行的话,就只能用2010版本了哦

dan1223 发表于 2012-3-4 16:03:14

本帖最后由 dan1223 于 2012-3-4 16:03 编辑

{:soso__4914747811690946402_2:}

caziyo 发表于 2012-6-15 21:09:13

mark 做个标记

http://stackoverflow.com/questions/2190390/the-requested-resource-is-in-use-exception-from-hresult-0x800700aa

try stop the current navigation (if you indeed want to stop when the page is not completed loaded) or add the navigation to a request queue and use a timer to wait IWebBrowser2::get_Busy returns false.
页: [1]
查看完整版本: 出现程序错误,见内容