עיין בסופה של הודעה זו לקבלת פרטים אודות הפעלת
איתור באגים בשיטת just-in-time (JIT) במקום תיבת דו-שיח זו.****** טקסט החריג ******
System.Runtime.InteropServices.SEHException (0x80004005): רכיבים חיצוניים התריעו על חריג.
ב- _CxxThrowException(Void* , _s__ThrowInfo* )
ב- MiniProj.UploadFile.button1_Click(Object sender, EventArgs e) ב- c:\users\desktop\proj\miniproj\uploadfile.h:שורה 273
ב- 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.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
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18449 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
MiniProj
גירסת הרכבה: 1.0.5258.23915
גירסת Win32:
CodeBase: file:///C:/Users/Desktop/proj/Debug/MiniProj.exe
----------------------------------------
System.Windows.Forms
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_he_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
Microsoft.VisualBasic
גירסת הרכבה: 10.0.0.0
גירסת Win32: 11.0.50709.17929 built by: FX45RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Microsoft.VisualBasic.resources
גירסת הרכבה: 10.0.0.0
גירסת Win32: 11.0.50709.18010 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/v4.0_10.0.0.0_he_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.0.30319.18010 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_he_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
****** איתור באגים בשיטת JIT ******
כדי להפוך את just-in-time (JIT) debugging לזמין, the .config יש להגדיר
בקובץ התצורה של היישום או המחשב (machine.config) את הערך
system.windows.forms במקטע jitDebugging.
כמו כן, יש לבצע ליישום קומפילציה עם jitdebugging
זמין.
For לדוגמה:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
כאשר JIT debugging זמין, כל חריג שאינו מטופל
יישלח אל JIT debugger הרשום במחשב
במקום שיטופל על-ידי תיבת דו-שיח זו.