TheSwamp

Code Red => .NET => Topic started by: FELIX on November 04, 2012, 07:17:26 PM

Title: autoCAD 2013 Unknown command
Post by: FELIX on November 04, 2012, 07:17:26 PM
I use VB Express 2008 and have an application that runs in AutoCAD 2010/2011/2012 and when I run AutoCAD 2013 shows the message Unknown command.

What does it take to run in AutoCAD 2013?
Title: Re: autoCAD 2013 Unknown command
Post by: gile on November 05, 2012, 01:35:54 AM
Hi,

A2013 requires to target the .NET framework 4 and the new AutoCAD libraries.

So you need to use VS 2010 and reference the AcCoreMgd.dll, AcDbMgd.dll and AcMgd.dll from ObjectARX 2013.
You can have a look here (http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to-work-with-autocad-2013.html).
Title: Re: autoCAD 2013 Unknown command
Post by: FELIX on November 05, 2012, 08:13:44 PM
Thank you so much my colleague!!!

OK.