- 有关调用实时(JIT)调试而不是此对话框的详细信息,
- 请参见此消息的结尾。
- ************** 异常文本 **************
- System.ComponentModel.Win32Exception (0x80004005): 没有应用程序与此操作的指定文件有关联。
- 在 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
- 在 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
- 在 BtTools.MainForm.btn_open_panel_Click(Object sender, EventArgs e)
- 在 System.Windows.Forms.Control.OnClick(EventArgs e)
- 在 System.Windows.Forms.Button.OnClick(EventArgs e)
- 在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
- 在 System.Windows.Forms.Button.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
复制代码
上面是复制出来错误详细信息部分
|
|