以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  远程升级成功后,重启报错  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=115818)

--  作者:xxfoxtable
--  发布时间:2018/3/15 9:48:00
--  远程升级成功后,重启报错

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.InvalidOperationException: 在创建窗口句柄之前,不能在控件上调用 Invoke 或 BeginInvoke。
   在 System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
   在 System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
   在 Foxtable.CustomPictureBox.o__0_O__(Object A_0, AsyncCompletedEventArgs A_1)
   在 System.Windows.Forms.PictureBox.OnLoadCompleted(AsyncCompletedEventArgs e)
   在 System.Windows.Forms.PictureBox.LoadCompletedDelegate(Object arg)


************** 已加载的程序集 **************
mscorlib
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.8766 (QFE.050727-8700)
    基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Foxtable
    程序集版本: 2018.3.9.1
    Win32 版本: 2018.03.09.1
    基本代码: file:///C:/Users/x1c/Desktop/软件测试/Publish-8/Publish/Foxtable.exe
----------------------------------------
Foxtable.Lib
    程序集版本: 2018.2.18.1
    Win32 版本: 2018.02.18.1
    基本代码: file:///C:/Users/x1c/Desktop/软件测试/Publish-8/Publish/Foxtable.Lib.DLL
----------------------------------------
System.Windows.Forms
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.8745 (WinRel.050727-8700)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.8770 (QFE.050727-8700)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本: 2.0.0.0
    Win32 版本: 2.0.50727.8745 (WinRel.050727-8700)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
    程序集版本: 8.0.0.0
    Win32 版本: 8.0.50727.8745 (WinRel.050727-8700)
    基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Vi


--  作者:有点甜
--  发布时间:2018/3/15 9:52:00
--  

1、直接拷贝发布后的项目过去运行,能否运行?

 

2、删除【项目事件】的代码,再运行,能否运行?

 

3、一般是某个窗口导致的,你打开项目的时候,运行了哪个窗口?把这个窗口调整一下是否可以解决?