c# - Setting up Visual Studio 2013 to Develop AutoCAD 2015 plugins -



c# - Setting up Visual Studio 2013 to Develop AutoCAD 2015 plugins -

i'm trying go on working on plugins autocad in visual studio 2013. opened project files , references autodesk libraries missing. remedy this, added references next dll files objectarx 2015 shown in dlls image attached. using next autodesk namespaces:

using autodesk.autocad.applicationservices; using autodesk.autocad.databaseservices; using autodesk.autocad.editorinput; using autodesk.autocad.geometry; using autodesk.autocad.runtime;

adding missing references makes errors go away until seek test programme @ point new errors underlining autodesk references in grayness instead of reddish shown in attached image. have no thought why added references not working. may worth knowing i've migrated visual studio 2012 visual studio 2013 , autocad 2014 autocad 2015

you need alter target .net framework. if dll's referencing built 4.0 need target 4.0. if built 4.5 need target 4.5.

here steps alter target framework if don't know how. http://msdn.microsoft.com/en-us/library/bb398202.aspx

c# visual-studio autocad-plugin objectarx

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -