作者s1323403 (phtoshe)
看板Nethood
标题[问题]Win10 开cad 出现net讯息视窗
时间Sat Aug 7 19:52:17 2021
请问一下每次开机,打开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://webptt.com/cn.aspx?n=bbs/Nethood/M.1628337139.A.115.html