Microsoft.NET.Framework錯誤的問題


在開機的時候出現錯誤(如圖)

Microsoft.NET.Framework錯誤的問題

GOOGLE後發現似乎並非serverce.exe的問題

請問應該如何解決?

請求高手協助,謝謝!!

詳細資料



如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。

************** 例外狀況文字 **************
System.ComponentModel.Win32Exception (0x80004005): 系統找不到指定的檔案。
於 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
於 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
於 urgent.Form1.Form1_Load(Object sender, EventArgs e)
於 System.Windows.Forms.Form.OnLoad(EventArgs e)
於 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
於 System.Windows.Forms.Control.CreateControl()
於 System.Windows.Forms.Control.WmShowWindow(Message& m)
於 System.Windows.Forms.Control.WndProc(Message& m)
於 System.Windows.Forms.Form.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.34014 built by: FX45W81RTMGDR
程式碼庫: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
urgent
組件版本: 0.2.0.8
Win32 版本: 0.2.0.8
程式碼庫: file:///C:/Program%20Files/GIGABYTE/Smart%20Update/urgent.exe
----------------------------------------
System.Windows.Forms
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.33440 built by: FX45W81RTMREL
程式碼庫: 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.33440 built by: FX45W81RTMREL
程式碼庫: 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.34003 built by: FX45W81RTMGDR
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
組件版本: 4.0.0.0
Win32 版本: 4.0.30319.33440 built by: FX45W81RTMREL
程式碼庫: 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.33440 built by: FX45W81RTMREL
程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。

例如:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況
傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。







2014-09-08 20:28 發佈
文章關鍵字 問題
這應該是那支.NET的程式沒有處理錯誤

所以拋出錯誤
重裝framework 看看
eathon1214 wrote:
在開機的時候出現錯誤...(恕刪)
分析一下錯誤訊息

>於 System.Windows.Forms.Form.OnLoad(EventArgs e)
>於 urgent.Form1.Form1_Load(Object sender, EventArgs e)
在程式讀取啟動時的動作

>於 System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
>於 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
這隻程式透過StartWithShellExecuteEx的方式去呼叫外部的某一支程式要作事情

>System.ComponentModel.Win32Exception (0x80004005): 系統找不到指定的檔案。
找不到這支被呼叫的程式,發生錯誤

所以問題應該是要確認一下,這個程式到底去呼叫了哪一隻另外的程式
有可能是WinRAR,WinZip,IE,或是其他的

--------------------------------------------------------------------------
urgent
組件版本: 0.2.0.8
Win32 版本: 0.2.0.8
程式碼庫: file:///C:/Program%20Files/GIGABYTE/Smart%20Update/urgent.exe
--------------------------------------------------------------------------

應該是GIGABYTE這個應用程式有問題或是安裝不完整,重新安裝試試看
謝謝大家的幫忙,謝謝maduka大大指出問題。

原因判定應可能為電腦中的 smart update 版本較舊

更新後已無問題,謝謝大家。
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?