win11系统 CAD2014 64位打开之后,点击菜单崩溃
一、环境
系统:win11 64位系统
软件:CAD2014 64位系统
二、描述
win11系统 CAD2014 64位打开之后,点击菜单之后,CAD软件就崩溃,试用管理员和兼容模式运行仍然崩溃。
三、解决
在安装目录下的AutoCAD 2014文件下的的acad.exe.config里添加以上代码
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
</runtime>
添加之后的内容,如下图: