我用作者的启动器发生问题啦

Home Home
引用 | 编辑 zsx123665
2011-07-06 15:26
楼主
推文 x0
如需叫用 Just-In-Time (JIT) 侦错的详细资料,
请参阅本讯息结尾处 (而非这个对话方块) 的资讯。
************** 例外状况文字 **************
System.ComponentModel.Win32Exception: 系统找不到指定的档案。
  于 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  于 System.Diagnostics.Process.Start()
  于 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  于 System.Diagnostics.Process.Start(String fileName)
  于 Launcher.frmLoad.Timer1_Tick(Object sender, EventArgs e)
  于 System.Windows.Forms.Timer.OnTick(EventArgs e)
  于 System.Windows.Forms.Timer.TimerNativeWindow.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.5444 (Win7SP1GDR.050727-5400)
  程式码基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CSO-NST Launcher
  组件版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  程式码基底: file:///C:/NST-茶/Launcher.exe
----------------------------------------
Microsoft.VisualBasic
  组件版本: 8.0.0.0
  Win32 版本: 8.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5442 (Win7SP1GDR.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
AxInterop.WMPLib
  组件版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  程式码基底: file:///C:/NST-茶/AxInterop.WMPLib.DLL
----------------------------------------
System.Windows.Forms.resources
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.4927 (NetFXspW7.050727-4900)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Interop.WMPLib
  组件版本: 1.0.0.0
  Win32 版本: 1.0.0.0
  程式码基底: file:///C:/NST-茶/Interop.WMPLib.DLL
----------------------------------------
Microsoft.VisualBasic.resources
  组件版本: 8.0.0.0
  Win32 版本: 8.0.50727.4927 (NetFXspW7.050727-4900)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/8.0.0.0_zh-CHT_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.resources
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.resources.dll
----------------------------------------
System.Xml
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
  程式码基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Configuration
  组件版本: 2.0.0.0
  Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
  程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
************** JIT 侦错 **************
若要启用 Just-In-Time (JIT) 侦错功能,则必须在
此应用程式或电脑的 .config 档案中,设定
system.windows.forms 区段内的 jitDebugging 值。
且该应用程式也必须在启用侦错的状态下进行
编译。
例如:
<configuration>
  <system.windows.forms jitDebugging="true" />
</configuration>
当 JIT 侦错功能启用后,会将所有未处理的例外
状况传送给电脑上已注册的 JIT 侦错工具进行处
理,而不是使用这个对话方块来处理。

档案: 请下载试试,若有同一问题请帮帮忙

献花 x0