I need to do some operation in Autocad 2010 from Visual Studio 2008. When I try to access the Autocad from windows forms it doesn't work. Exception are thrown like specified module could not be found
.
Inside the button Click I wrote the below code:
var obj = Autodesk.AutoCAD.ApplicationServices.Application.AcadApplication;
I referenced all necessary reference DLLs.
When I use interop methods it works fine.