dxlary 解决AutoCad2006致命错误unhandled access violation reading 0x0000 exception at 6532b0h。

dxlary

 

Autocad 2006在直接点击setup.exe时往往安装不了,显示“已终止 AutoCAD2006-Simplified Chinese 安装,请检查"c:\DOCUME~1\***\LOCALS~1\Temp\AutoCAD 2006 Setup.log"。此时可以通过以下方式解决,直接运行AutoCAD2006\Bin\acadFeui\acad.msi来安装,但是安装后打开CAD2006时又会遇到以下问题:

                      致命错误unhandled access violation reading 0x0000 exception at 6532b0h。

在网上查了半天也不知道怎么解决,其中的一篇文章给了我启发。于是我得出以下推断:

1、点击setup.exe时安装不了的原因是Autocad2006需要.NETFRAMEWORK1.1, 而一般win7电脑会安装更高版本的.net ,通过setup.exe安装时首先会安装这些插件,在安装时低版本.net遇到高版.net本时无法安装,就出现了“已终止 AutoCAD2006-Simplified Chinese 安装,请检查"c:\DOCUME~1\***\LOCALS~1\Temp\AutoCAD 2006 Setup.log"的问题。

2、运行acad.msi安装时不会安装任何插件,因此就算安装了CAD2006,但是支持CAD2006的.net 1.1并没有安装,因此会出现致命错误unhandled access violation reading 0x0000 exception at 6532b0h。

 

基于以上推断,通过以下两种方式顺利解决了问题:

方式一:

1、直接运行AutoCAD2006\Bin\acadFeui\support\dotnetfx\dotnetfx.exe 手动安装.net 1.1

2、再次运行setup.exe,完成安装。

方式二:

1、直接运行AutoCAD2006\Bin\acadFeui\support\dotnetfx\dotnetfx.exe 手动安装.net 1.1

2、再次运行AutoCAD2006\Bin\acadFeui\acad.msi,完成安装。

你可能感兴趣的:(dxlary 解决AutoCad2006致命错误unhandled access violation reading 0x0000 exception at 6532b0h。)