התקנתי את הקובץ בסיומת crt שהביא מט,
אבל אני לא מצליח לגלוש באתרים מאובטחים,
הורדתי את הקובץ exe שהיה גם באשכול, אני לוחץ על התקן תעודה,
מופיע לי, שגיאה: חריג שאינו מטופל,
והפרטים הם: עיין בסופה של הודעה זו לקבלת פרטים אודות הפעלת
איתור באגים בשיטת just-in-time (JIT) במקום תיבת דו-שיח זו.
************** טקסט החריג **************
System.Security.Cryptography.CryptographicException: הגישה נדחתה.
ב- System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags flags)
ב- WinCertInstallNetFree.NetFree.Cert.install()
ב- System.Windows.Forms.Control.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.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.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
WinCertInstallNetFree
גירסת הרכבה: 1.0.0.0
גירסת Win32: 1.0.0.0
CodeBase: file:///C:/Users/מנדי/Downloads/חדש/WinCertInstallNetFree.exe
----------------------------------------
System.Windows.Forms
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_he_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
גירסת הרכבה: 2.0.0.0
גירסת Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.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 הרשום במחשב
במקום שיטופל על-ידי תיבת דו-שיח זו.