有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.MissingMethodException: 找不到方法:“Boolean x67af67c87576ac2a.get_xb02d353f0ff136ee()”。
在 VistaMaster.Main.xc0bcd2f232f6e46f.xeccecba0c17d9a71(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
在 System.Windows.Forms.UserControl.OnLoad(EventArgs e)
在 System.Windows.Forms.UserControl.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.ControlCollection.Add(Control value)
在 VistaMaster.Main.xc447809891322395.x6ed1c07bc8afacf6(UserControl x88f2b8d48394e42f, String xc15bd84e01929885)
在 VistaMaster.Main.xc447809891322395.xd84ca5d73c04be64(String xc15bd84e01929885)
在 VistaMaster.Main.xc447809891322395.x283895bdc00e4b7d(String xc15bd84e01929885)
在 VistaMaster.Main.xc447809891322395.x377c43807ccadf39(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc)
在 VistaMaster.Controls.x288ff90202036912.xed5122f4d3455f2e(xbaa8305669b3ba51 x128517d7ded59312)
在 VistaMaster.Controls.x288ff90202036912.x83f2606d869f908a(Object xe0292b9ed559da7d, MouseEventArgs xfbf34718e704c6bc)
在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
在 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.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.UserControl.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)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3603 (GDR.050727-3600)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
VistaMaster
程序集版本: 3.6.8.0
Win32 版本: 3.6.8.0
基本代码: file:///C:/Program%20Files/VistaMaster/VistaMaster.exe
----------------------------------------
VistaMaster.Helper
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///C:/Program%20Files/VistaMaster/VistaMaster.Helper.DLL
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
基本代码: 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.3053 (netfxsp.050727-3000)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3074 (QFE.050727-3000)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Lighting
程序集版本: 1.0.3535.30513
Win32 版本: 1.0.3535.30513
基本代码: file:///C:/Program%20Files/VistaMaster/Lighting.DLL
----------------------------------------
System.Configuration
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
mscorlib.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3603 (GDR.050727-3600)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
VistaMaster.Controls
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///C:/Program%20Files/VistaMaster/VistaMaster.Controls.DLL
----------------------------------------
OptimizeGuide
程序集版本: 1.0.1.0
Win32 版本: 1.0.1.0
基本代码: file:///C:/Program%20Files/VistaMaster/OptimizeGuide.EXE
----------------------------------------
System.Windows.Forms.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
不知道是怎么搞的?以前没有这种情况啊~~~急~