TheSwamp

Code Red => .NET => Topic started by: kaefer on March 02, 2012, 09:10:56 AM

Title: AutoCAD 2012 and .NET Framework 4.5
Post by: kaefer on March 02, 2012, 09:10:56 AM
As of yesterday: The wait is over. (http://www.microsoft.com/visualstudio/11/en-us) With Visual Studio 11 beta comes .NET Framework v4.5, and the impression I get is that AutoCAD 2012 doesn't really seem to like that. I imagine the official line to be that VS11 will be supported with the next release after Microsoft releases theirs, that is 2014, earliest.

In the meantime the only idea I've got is to change app.config for acad.exe, in want of a finer granularity for versioning, replacing
Quote
<supportedRuntime version="v4.0"/>
with
Quote
<supportedRuntime version="v2.0.50727"/>

Any suggestions?
Title: Re: AutoCAD 2012 and .NET Framework 4.5
Post by: TheMaster on March 02, 2012, 04:22:47 PM
According to what Kean wrote, AutoCAD 2013 requires .NET 4.0, so 4.5 should also work.

As of yesterday: The wait is over. (http://www.microsoft.com/visualstudio/11/en-us) With Visual Studio 11 beta comes .NET Framework v4.5, and the impression I get is that AutoCAD 2012 doesn't really seem to like that. I imagine the official line to be that VS11 will be supported with the next release after Microsoft releases theirs, that is 2014, earliest.

In the meantime the only idea I've got is to change app.config for acad.exe, in want of a finer granularity for versioning, replacing
Quote
<supportedRuntime version="v4.0"/>
with
Quote
<supportedRuntime version="v2.0.50727"/>

Any suggestions?
Title: Re: AutoCAD 2012 and .NET Framework 4.5
Post by: It's Alive! on March 02, 2012, 07:25:18 PM
Any word if it runs on XP, last I read XP was out of the picture. Also any word on the compiler version for Acad 13
Title: Re: AutoCAD 2012 and .NET Framework 4.5
Post by: exmachina on March 02, 2012, 07:55:09 PM
...
Any suggestions?

Dont use .NET 4.0.  Do you really need dotNet 4.0 in autocad 2007~2012??
Title: Re: AutoCAD 2012 and .NET Framework 4.5
Post by: huiz on March 03, 2012, 07:40:51 AM
...
Any suggestions?

Dont use .NET 4.0.  Do you really need dotNet 4.0 in autocad 2007~2012??

No, 3.5 works fine as well.