Author Topic: AutoCAD and Visual Studio Dot Net  (Read 5695 times)

0 Members and 1 Guest are viewing this topic.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8804
  • AKA Daniel
Re: AutoCAD and Visual Studio Dot Net
« Reply #15 on: March 15, 2010, 10:38:16 AM »
It worked with my quick test. I add this to the config

  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
  </startup>

It seems the incompatibility is in WPF, which its probably why it fails with later versions