冰楓論壇
標題:
我沒辦法雙開外掛!!!求助
[打印本頁]
作者:
秋季末@FB
時間:
2014-7-21 11:51
標題:
我沒辦法雙開外掛!!!求助
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.ComponentModel.Win32Exception (0x80004005): 存取被拒。
於 System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
於 System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
於 System.Diagnostics.Process.OpenProcessHandle(Int32 access)
於 System.Diagnostics.Process.get_Handle()
於 外掛啟動器.外掛啟動器.Button1_Click(Object sender, EventArgs e)
於 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.18444 built by: FX451RTMGDR
程式碼庫: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
外掛啟動器
組件版本: 1.2.0.0
Win32 版本: 1.2.0.0
程式碼庫: file:///C:/Users/user/Desktop/%E6%A5%93%E4%B9%8B%E8%B0%B7%E5%A4%96%E6%8E%9B(%E5%8F%AF%E5%A4%9A%E9%96%8B%E5%A4%96%E6%8E%9B)%20V2.0/%E5%A4%96%E6%8E%9B%E5%95%9F%E5%8B%95%E5%99%A8.exe
----------------------------------------
Microsoft.VisualBasic
組件版本: 10.0.0.0
Win32 版本: 11.0.50938.18408 built by: FX451RTMGREL
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.34114 built by: FX45W81RTMGDR
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.18408 built by: FX451RTMGREL
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.18408 built by: FX451RTMGREL
程式碼庫: 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
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.34108 built by: FX45W81RTMGDR
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Windows.Forms.resources
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.18408 built by: FX451RTMGREL
程式碼庫: 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
----------------------------------------
mscorlib.resources
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.18408 built by: FX451RTMGREL
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Xml
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.18408 built by: FX451RTMGREL
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況
傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。
他顯示這個看不懂==
作者:
s811013s
時間:
2014-7-21 12:41
現在已經沒有程式雙開了 大哥
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓