AutoCAD 启动很慢?

|
为天地立心,为生民立命,为往圣继绝学,为万世开太平

autodesk

问题

当您的电脑未连接因特网时,AutoCAD® 可能启动很慢。

解决方法

对于 .NET Framework 中该潜在问题的解决方法包含在 Microsoft in Service Pack 1 for .NET 2.0 中。

您可以登录以下网页下载该服务包:Service Pack 1 for .NET Framework 2.0

对于 AutoCAD 2007 和 2008,除了安装该 .NET 服务包,您还需要修改 acad.exe.config 文件。按照以下步骤操作:

  1. 在 Windows Explorer 中,进入 AutoCAD 安装文件夹。对于 AutoCAD 2008 ,一般位于 C:\Program Files\AutoCAD 2008
  2. 找到 acad.exe.config 文件。
  3. 将该文件备份一个副本,然后将副本重命名为,acad.exe.config.BAK
  4. 使用文本编辑器(如:Microsoft® 记事本)打开 acad.exe.config 文件。
  5. 选择全部文本并删除。
  6. 复制以下文本并粘贴到文档中:
    <configuration>
       <startup>
    <!–We always use the latest version of the framework installed on the computer. If you
    are having problems then explicitly specify .NET 2.0 by uncommenting the following line.
      <supportedRuntime version=”v2.0.50727″/>
    –>
       </startup>
    <!–All assemblies in AutoCAD are fully trusted so there’s no point generating publisher evidence–>
       <runtime>       
     <generatePublisherEvidence enabled=”false”/>   
       </runtime>
    </configuration>
  7. 保存并关闭文件。

适用于:
AutoCAD® 2009
AutoCAD® 2008
AutoCAD® 2007
AutoCAD LT® 2009
AutoCAD LT® 2008
AutoCAD LT® 2007

相关文章

发表评论