.NET Framework - Windows
By Dorothy
at 2011-06-26T17:44
at 2011-06-26T17:44
Table of Contents
今天一開電腦
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.FormatException: 字串未被辨認為有效的 DateTime。
於 System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi,
DateTimeStyles styles)
於 System.Convert.ToDateTime(String value)
於 Auslogics.DiskDefragTaskScanner.Start()
於 AuslogicsOpt.ScanNext()
於 AuslogicsOpt.Scan()
於 AuslogicsOpt.RunScan(Int32 mask)
於 RunAuslogics.Form1.Form1_Load(Object sender, EventArgs e)
於 System.Windows.Forms.Form.OnLoad(EventArgs e)
於 System.Windows.Forms.Form.OnCreateControl()
於 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.ScrollableControl.WndProc(Message& m)
於 System.Windows.Forms.ContainerControl.WndProc(Message& m)
於 System.Windows.Forms.Form.WmShowWindow(Message& m)
於 System.Windows.Forms.Form.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
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mscorlib.resources
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RunAuslogics
組件版本: 5.0.0.9210
Win32 版本: 5.0.0.09210
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/RunAuslogics.exe
----------------------------------------
System.Windows.Forms
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
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.5442 (Win7SP1GDR.050727-5400)
程式碼基底:
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)
程式碼基底:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
KeyUtilities
組件版本: 5.0.0.9210
Win32 版本: 5.0.0.09210
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/KeyUtilities.DLL
----------------------------------------
auslogics
組件版本: 1.0.0.0
Win32 版本: 1.0.0.0
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/auslogics.DLL
----------------------------------------
System.Windows.Forms.resources
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
程式碼基底:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
當 JIT 偵錯功能啟用後,會將所有未處理的例外
狀況傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。
出現了這些字
我的vaio
不能一鍵還原了
--
※ 引述《mud2008 (Show me the money!)》之銘言:
就事論事. 我用Win系統十幾年了. 現在我只用apple
作者 mud2008 (Show me the money!) 看板 MAC
標題 [求救] MBP 13.3 無線網路的問題
時間 Wed Jun 30 00:57:22 2010
最奇怪的是, 我用 bootcomp 裝的 win7 連網也沒問題
--
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.FormatException: 字串未被辨認為有效的 DateTime。
於 System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi,
DateTimeStyles styles)
於 System.Convert.ToDateTime(String value)
於 Auslogics.DiskDefragTaskScanner.Start()
於 AuslogicsOpt.ScanNext()
於 AuslogicsOpt.Scan()
於 AuslogicsOpt.RunScan(Int32 mask)
於 RunAuslogics.Form1.Form1_Load(Object sender, EventArgs e)
於 System.Windows.Forms.Form.OnLoad(EventArgs e)
於 System.Windows.Forms.Form.OnCreateControl()
於 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.ScrollableControl.WndProc(Message& m)
於 System.Windows.Forms.ContainerControl.WndProc(Message& m)
於 System.Windows.Forms.Form.WmShowWindow(Message& m)
於 System.Windows.Forms.Form.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
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
mscorlib.resources
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RunAuslogics
組件版本: 5.0.0.9210
Win32 版本: 5.0.0.09210
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/RunAuslogics.exe
----------------------------------------
System.Windows.Forms
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
程式碼基底:
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.5442 (Win7SP1GDR.050727-5400)
程式碼基底:
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)
程式碼基底:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
KeyUtilities
組件版本: 5.0.0.9210
Win32 版本: 5.0.0.09210
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/KeyUtilities.DLL
----------------------------------------
auslogics
組件版本: 1.0.0.0
Win32 版本: 1.0.0.0
程式碼基底:
file:///C:/Program%20Files/Sony/VAIO%20Care/Auslogics/auslogics.DLL
----------------------------------------
System.Windows.Forms.resources
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
程式碼基底:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 偵錯 **************
若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在
此應用程式或電腦的 .config 檔案中,設定
system.windows.forms 區段內的 jitDebugging 值。
且該應用程式也必須在啟用偵錯的狀態下進行
編譯。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
當 JIT 偵錯功能啟用後,會將所有未處理的例外
狀況傳送給電腦上已註冊的 JIT 偵錯工具進行處
理,而不是使用這個對話方塊來處理。
出現了這些字
我的vaio
不能一鍵還原了
--
※ 引述《mud2008 (Show me the money!)》之銘言:
就事論事. 我用Win系統十幾年了. 現在我只用apple
作者 mud2008 (Show me the money!) 看板 MAC
標題 [求救] MBP 13.3 無線網路的問題
時間 Wed Jun 30 00:57:22 2010
最奇怪的是, 我用 bootcomp 裝的 win7 連網也沒問題
--
Tags:
Windows
All Comments
Related Posts
win7筆電突然無法上網
By Hazel
at 2011-06-26T10:31
at 2011-06-26T10:31
Appcrash
By Isla
at 2011-06-25T21:51
at 2011-06-25T21:51
移除開機選單
By Agnes
at 2011-06-25T18:08
at 2011-06-25T18:08
工具列的 最近 常用
By Hedda
at 2011-06-25T17:23
at 2011-06-25T17:23
win7會一直跳出來USB裝置無法辨識
By Vanessa
at 2011-06-25T17:22
at 2011-06-25T17:22