有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.NotSupportedException: 不支持给定路径的格式。
在 System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
在 System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
在 System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
在 System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
在 System.IO.Path.GetFullPath(String path)
在 Microsoft.VisualBasic.FileIO.FileSystem.GetParentPath(String path)
在 Microsoft.VisualBasic.MyServices.FileSystemProxy.GetParentPath(String path)
在 Foxtable.O__o__Oo.O00__0__(Object A_0, EventArgs A_1)
在 System.Windows.Forms.Form.OnActivated(EventArgs e)
在 System.Windows.Forms.Form.set_Active(Boolean value)
在 System.Windows.Forms.Form.WmActivate(Message& m)
在 System.Windows.Forms.Form.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)
.......
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。