Page 1 of 1

Trying to run .net from AutoCad

Posted: Thu Dec 09, 2021 10:53 am
by abhoskin@hotmail.com
Hi,

A friend has programmed an add-on for AutoCad that I had hoped to use in Intellicad. The problem is right from the start when I run NETLOAD I get this message:

Could not load file or assembly 'accoremgd, Version=24.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Cannot load assembly: C:\Users\ahoskin\OneDrive - SRK Consulting\Documents\Resources\AutoCAD\Scripts\Scott Ramp Tool\ACAD Mine Design Tools\Vantage.AMDT.dll

Is this just a limitation of Intellicad that it can't use AutoCad libraries? Has anyone experienced this and found a solution or work-around?

Thanks

Re: Trying to run .net from AutoCad

Posted: Thu Dec 09, 2021 8:14 pm
by QuanNguyen
Hi ,

No, we cannot use an add-on for AutoCAD in the IntelliCAD.

It must be compiled using the IntelliCAD library.
You can get some sample projects in .NET here:
https://www.intellicadms.com/download/category/35-v10-1

Regards.