請問evercam 9碰到下面問題應怎解決 ,就是要開啟舊專案時, 一直說 正在執行中,但無法開啟。然有出現下面問題,感謝。
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.DllNotFoundException: 無法載入 DLL 'fsLib.dll': 找不到指定的模組。 (發生例外狀況於 HRESULT: 0x8007007E)
於 PowerCam.FsApi.IsEmptyProject(String projectFileName)
於 PowerCam.Project.IsNeedUpgrade(String strProject)
於 PowerCam.Project.OpenProject(String strNewProj)
於 PowerCam.frmNewProject.openProj(String newProj, Boolean bExecFsp)
於 PowerCam.frmNewProject.imgOpenBtn_MouseUp(Object sender, MouseEventArgs e)
於 System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
於 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
於 System.Windows.Forms.Control.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.8.4300.0 built by: NET48REL1LAST_C
程式碼庫: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
EverCam
組件版本: 9.0.0.0
Win32 版本: 9.0.0.0
程式碼庫: file:///C:/Program%20Files%20(x86)/FormosaSoft/EverCam/EverCam.exe
System.Windows.Forms
Win32 版本: 4.8.4270.0 built by: NET48REL1LAST_C
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
EverCam_x86
程式碼庫: file:///C:/Program%20Files%20(x86)/FormosaSoft/EverCam/EverCam_x86.DLL
System
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Win32 版本: 4.8.4084.0 built by: NET48REL1
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Xml
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.Configuration
Win32 版本: 4.8.4190.0 built by: NET48REL1LAST_B
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
Accessibility
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
mscorlib.resources
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll
System.Windows.Forms.resources
程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/System.Windows.Forms.resources.dll
************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
請問evercam 碰到下面問題 應怎解決
當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況
傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。