|
|
Issue:
The Layer Manager (and CUI) dialog may fail to open if your operating system has been updated to a newer version of.NET, either by installing Windows update, a newer version of AutoCAD or another application on your computer that uses .NET. Whilst newer versions of .NET should be backwardly compatible, the solution is to force your version of AutoCAD or KeySCAPE LT to use the version of .NET that was installed with the application. Continue as follows:
Solution:
- Go to C:\WINDOWS\Microsoft.NET\Framework (WINNT\Microsoft.NET\Framework, for Windows 2000)
- Check the versions installed on your computer as defined by the folder names and note these down. The version most likely to be required will be v1.1 (typically. v1.1.4322)
- Go to the program installation folder relevant to the AutoCAD or KeySCAPE LT you are using, typically C:\Program Files
- In Notepad, locate and open the file "acad.exe.config" file or "kslt.exe.config" if the problem is showing in KeySCAPE LT ( "kpds.exe.config" for KeyPLANTNG users)
- Check the version number of the .NET matches that installed on your computer. If this has been uninstalled please reinstall the correct version from the .NET folder on your installation disk
- If the version matches the one installed on your computer, copy the supported version comment into the startup process by editing the file as follows:
=======================================================================================
<configuration>
<startup>
<!--We always use the latest version of the framework installed on the computer. If you
are having problems then explicitly specify .NET 1.1 by uncommenting the following line.
<supportedRuntime version="v1.1.4322" /> (copy from here)
-->
<supportedRuntime version="v1.1.4322"/> (copy to here)
</startup>
</configuration>
=======================================================================================
- Save the file and reopen AutoCAD, KeySCAPE LT or KeyPLANTING
|
|