看板 Nethood 關於我們 聯絡資訊
請問一下每次開機,打開cad2020版本都會出現MIcrosoft NET Framework視窗,顯示「字 串未被辨認為有效的Boolean 」。按繼續會再出現同樣視窗,按結束視窗就不會出現了。 請問要怎麼解決或不再看到這個視窗呢? (有google過 看不太清楚怎麼解決) 電腦規格有附圖片,更新已最新。 OS_作業系統  :win10 電腦規格 https://i.imgur.com/Y5OZaxt.jpg
打開cad出現的狀況 https://i.imgur.com/X4rulFR.jpg
視窗詳細資料顯示: 如需叫用 Just-In-Time (JIT) 偵錯的詳細資料, 請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。 ************** 例外狀況文字 ************** System.FormatException: 字串未被辨認為有效的 Boolean。 於 System.Boolean.Parse(String value) 於 WindowsFormsApplication25.Form34.UHUuKKKZt3d(Object , EventArgs ) 於 System.Windows.Forms.Timer.OnTick(EventArgs e) 於 System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) 於 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPt r wparam, IntPtr lparam) ************** 已載入的組件 ************** mscorlib 組件版本: 4.0.0.0 Win32 版本: 4.8.4390.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.d ll ---------------------------------------- WindowsFormsApplication25 組件版本: 1.0.0.0 Win32 版本: 1.0.0.0 程式碼庫: file:///C:/Users/ASUS/AppData/Local/Temp/RarSFX1/smss.exe ---------------------------------------- System.Windows.Forms 組件版本: 4.0.0.0 Win32 版本: 4.8.4390.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Window s.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System 組件版本: 4.0.0.0 Win32 版本: 4.8.4360.0 built by: NET48REL1LAST_C 程式碼庫: 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.8.4390.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawin g/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Skybound.Gecko 組件版本: 1.9.1.0 Win32 版本: 1.9.1.0 程式碼庫: file:///C:/Users/ASUS/AppData/Local/Temp/RarSFX1/Skybound.Gecko. DLL ---------------------------------------- System.Configuration 組件版本: 4.0.0.0 Win32 版本: 4.8.4190.0 built by: NET48REL1LAST_B 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Config uration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core 組件版本: 4.0.0.0 Win32 版本: 4.8.4390.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v 4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4 .0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility /v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- mscorlib.resources 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.reso urces/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- Microsoft.mshtml 組件版本: 7.0.3300.0 Win32 版本: 7.0.3300.0 程式碼庫: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03 f5f7f11d50a3a/Microsoft.mshtml.dll ---------------------------------------- System.Windows.Forms.resources 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Window s.Forms.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/System.Windows.Forms.r esources.dll ---------------------------------------- ************** JIT 偵錯 ************** 若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在 此應用程式或電腦的 .config 檔案中,設定 system.windows.forms 區段內的 jitDebugging 值。 且該應用程式也必須在啟用偵錯的狀態下進行 編譯。 例如: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況 傳送給電腦上已註冊的 JIT 偵錯工具進行處 理,而不是使用這個對話方塊來處理。 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 39.12.250.107 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Nethood/M.1628337139.A.115.html