Page 1 of 1
INTELLICAD assembly invalid load
Posted: Mon May 25, 2020 8:13 am
by DenisSilveira
I am trying to rebuild my plugins code from ACAD to ICAD and in time of using Visual Studio 19 to load IcadRibbon.dll, IcDb.dll, and else ... I got Invalid Assembly or COM component.
I am using NET API 4.8, but I tried 4.5, 4.6, and others ...
Is there anything else to check on code configuration to VS19 load the IRX dll assemblies ?
Re: INTELLICAD assembly invalid load
Posted: Mon May 25, 2020 5:20 pm
by QuanNguyen
The IntelliCAD 9.2 using .NET Framework 4.6. It works well on VS 2017.
I'll get the trial of visual studio 2019 then ...
Re: INTELLICAD assembly invalid load
Posted: Mon May 25, 2020 7:06 pm
by QuanNguyen
Hi Denis,
Yes, It works on Visual Studio 2019.
Please set the "Target framework" to .NET Framework 4.6.
In other cases, upload your solution here pls.
Regards.
Re: INTELLICAD assembly invalid load
Posted: Tue May 26, 2020 11:53 am
by DenisSilveira
VS 17 / VS 19 starts and stops in debug operation ... can't load Intellicad and doesn't show up any messages.
QuanNguyen wrote: ↑Mon May 25, 2020 7:06 pm
Hi Denis,
Yes, It works on Visual Studio 2019.
Please set the "Target framework" to .NET Framework 4.6.
In other cases, upload your solution here pls.
Regards.
Re: INTELLICAD assembly invalid load
Posted: Tue May 26, 2020 6:34 pm
by DenisSilveira
Thanks a lot.
I got the answer to add a debug process with Intellicad running. It works fine , now I had changed to framework 4.6 and trying to import some DLL like Ribbon to improve Ribbon Tab for plugin application.
My code run perfectly, at this point, but I need to change the interface from AutoCad wich is diferent.