I installed the newer version and get the JIT message.
unhandeled exception
איתור באגים בשיטת just-in-time (JIT) במקום תיבת דו-שיח זו.
************** טקסט החריג **************
System.ComponentModel.Win32Exception (0x80004005): Application not found
ב- System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
ב- System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
ב- webodm.FrmMain.txtDockerMachineIp_Click(Object sender, EventArgs e)
ב- System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
ב- System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
ב- System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
ב- System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
ב- System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
ב- System.Windows.Forms.Control.WndProc(Message& m)
ב- System.Windows.Forms.ToolStrip.WndProc(Message& m)
ב- System.Windows.Forms.StatusStrip.WndProc(Message& m)
ב- System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** הרכבות שנטענו **************
mscorlib
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3416.0 built by: NET472REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
WebODMManager
גירסת הרכבה: 1.6.5.0
גירסת Win32: 1.6.5.0
CodeBase: file:///C:/WebODM%20Manager/WebODMManager.exe
System.Windows.Forms
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3324.0 built by: NET472REL1LAST_C
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.3416.0 built by: NET472REL1LAST_B
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.3190.0 built by: NET472REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3324.0 built by: NET472REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3362.0 built by: NET472REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3190.0 built by: NET472REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.Windows.Forms.resources
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3190.0 built by: NET472REL1LAST_C
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
mscorlib.resources
גירסת הרכבה: 4.0.0.0
גירסת Win32: 4.7.3190.0 built by: NET472REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_he_b77a5c561934e089/mscorlib.resources.dll
************** איתור באגים בשיטת JIT **************
כדי להפוך את just-in-time (JIT) debugging לזמין, the .config יש להגדיר
בקובץ התצורה של היישום או המחשב (machine.config) את הערך
system.windows.forms במקטע jitDebugging.
כמו כן, יש לבצע ליישום קומפילציה עם jitdebugging
זמין.
For לדוגמה:
how do i solve this issue.