JIT调试错误 [英] JIT debugging Error

查看:1482
本文介绍了JIT调试错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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



**************异常文本**************
$
System.NotSupportedException:给定路径的格式为不支持。

    at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)

    at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access,String fullPath,Boolean checkForDuplicates,Boolean needFullPath)

    at System.Net.WebClient.GetUri(String path)

    at System.Net.WebClient.DownloadString(String address)

    at FT_Controls_v1。تسجيل_الدخول_العضوية。xWshPw3e1iEJYeS8Hup(Object,Object)

    at FT_Controls_v1。تسجيل_الدخول_العضوية。MkEapQwHt2(Object ,EventArgs )

    at System.Windows.Forms.Timer.OnTick(EventArgs e)

    at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)

   在System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg,IntPtr wparam,IntPtr lparam)



$
* *************已装载的装配**************
$
mscorlib

   汇编版本:4.0.0.0

    Win32版本:4.7.2558.0内容:NET471REL1

    CodeBase:file:/// C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

----------------- -----------------------
$
_

   汇编版本:0.0.0.0

    Win32版本:4.7.2558.0内容:NET471REL1

    CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

--------- -------------------------------
$
System.Windows.Forms

   汇编版本:4.0.0.0

    Win32版本:4.7.2558.0内容:NET471REL1

    CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

- ---------------------------------------

System

   汇编版本:4.0.0.0

    Win32版本:4.7.2558.0内容:NET471REL1

    CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

--------- -------------------------------
$
System.Drawing

   汇编版本:4.0.0.0

    Win32版本:4.7.2558.0内容:NET471REL1

    CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----- -----------------------------------
$
FT Controls

   汇编版本:1.0.5.0

  &NBSP; Win32版本:4.7.2558.0构建< g class =" gr_ gr_37 gr-alert gr_gramm gr_inline_cards gr_run_anim标点符号-del replaceWithoutSep"数据-GR-ID =" 37 QUOT; ID = QUOT 37 QUOT;>可以通过:其中/ g取代; NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

--------- -------------------------------
$
Microsoft.VisualBasic

&NBSP; &NBSP;汇编版本:10.0.0.0

  &NBSP; Win32版本:14.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----- -----------------------------------
$
System.Core

  &NBSP;汇编版本:4.0.0.0

  &NBSP; Win32版本:4.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----- -----------------------------------
$
System.Configuration

  &NBSP;汇编版本:4.0.0.0

  &NBSP; Win32版本:4.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----- -----------------------------------
$
System.Xml

  &NBSP;汇编版本:4.0.0.0

  &NBSP; Win32版本:4.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----- -----------------------------------
$
System.Runtime.Remoting

  &NBSP;汇编版本:4.0.0.0

  &NBSP; Win32版本:4.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

- ---------------------------------------
$
System.Management

  &NBSP;汇编版本:4.0.0.0

  &NBSP; Win32版本:4.7.2558.0内容:NET471REL1

  &NBSP; CodeBase:file:/// C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

----- -----------------------------------
$


************** JIT调试**************

启用实时(JIT)调试,此
应用程序或计算机(machine.config)的.config文件必须在system.windows.forms部分设置

jitDebugging值。

应用程序也必须使用调试进行编译

启用。



例如:



< configuration>

  &NBSP; < system.windows.forms jitDebugging =" true" />
$
< / configuration>



启用JIT调试后,任何未处理的异常

将发送到计算机上注册的JIT调试器

而不是由此对话框处理。


解决方案


欢迎来到MSDN论坛。


遇到错误后你做了什么?


即时调试
发布在Visual Studio 外部运行的应用程序中发生异常或崩溃时自动运行Visual Studio。这使您可以在Visual Studio未运行时测试应用程序,并在出现问题时使用Visual
Studio开始调试。


如果您运行的是应用程序,请提供更多信息有关您的项目的信息。


如果没有,您可以从Visual Studio
工具/选项
对话框中禁用实时调试。


  1. 打开Visual Studio。在工具菜单上,点击
    选项
  2. 中选项对话框,选择
    调试
    文件夹。
  3. 调试文件夹,选择
    即时
    页面。
  4. 启用即时调试这些类型的代码框,选择或清除相关的程序类型:
    托管原生脚本


祝你好运,


乔伊斯


See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
   at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
   at System.Net.WebClient.GetUri(String path)
   at System.Net.WebClient.DownloadString(String address)
   at FT_Controls_v1.تسجيل_الدخول_العضوية.xWshPw3e1iEJYeS8Hup(Object , Object )
   at FT_Controls_v1.تسجيل_الدخول_العضوية.MkEapQwHt2(Object  , EventArgs  )
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
_
    Assembly Version: 0.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
FT Controls
    Assembly Version: 1.0.5.0
    Win32 Version: 4.7.2558.0 built <g class="gr_ gr_37 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-del replaceWithoutSep" data-gr-id="37" id="37">by:</g> NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Management
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2558.0 built by: NET471REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

解决方案

Hi,

Welcome to MSDN forum.

What did you do when meet the error?

Just-In-Time debugging launches Visual Studio automatically when an exception or crash occurs in an application that is running outside Visual Studio. This enables you to test your application when Visual Studio is not running, and begin debugging with Visual Studio when a problem occurs.

If you were running a application, please provide more information about your project.

If not, you can disable Just-In-Time debugging from the Visual Studio Tools / Options dialog box.

  1. Open Visual Studio. On the Tools menu, click Options.
  2. In the Options dialog box, select the Debugging folder.
  3. In the Debugging folder, select the Just-In-Time page.
  4. In the Enable Just-In-Time debugging of these types of code box, select or clear the relevant program types: Managed, Native, or Script.

Best regards,

Joyce


这篇关于JIT调试错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆