AutoCAD takes a long time to startIssueWhen your computer is not connected to the Internet, AutoCAD® may take a long time to start. SolutionA solution to the underlying issue in .NET Framework was included by Microsoft in Service Pack 1 for .NET 2.0. You can download this service pack from the following web page: Service Pack 1 for .NET Framework 2.0 For AutoCAD 2007 and 2008, in addition to installing the service pack for .NET, you also need to modify the acad.exe.config file. Follow these steps: - In Windows Explorer, navigate to the folder where AutoCAD is installed. For AutoCAD 2008, this is typically C:\Program Files\AutoCAD 2008
Locate the acad.exe.config file. Make a backup copy of this file, and then rename the copy, acad.exe.config.BAK. Open the acad.exe.config file with a text editor, such as Microsoft® Notepad. Select all text, and then delete it. Copy and paste the following text into the document:
<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>
- Save and close the file.
Support – Terms of UseAUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |