using AutoCAD 2007 on Windows 7 with restricted user
After search a lot, I finally get the solution, just install AutoCAD 2007 sp2 can solve the problem.
Here is the download link: http://images.autodesk.com/adsk/files/autocad2007sp2.exe
After search a lot, I finally get the solution, just install AutoCAD 2007 sp2 can solve the problem.
Here is the download link: http://images.autodesk.com/adsk/files/autocad2007sp2.exe
|
1 |
dpkg-reconfigure tzdata |
We only need to create a new file called xxx.exe.config.
note: xxx.exe is your donet application.
Then fill the following codes to the config file:
|
1 2 3 4 5 6 |
<?xml version="1.0"?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> </configuration> |