Hi all,
I am writing an EXE .net application and I need to, somehow, use NETLOAD and load a dll file. As far as I understood from here, following line would be the key for me.
Assembly.LoadFrom( <...full path to my DLL file...> )
I run the code and I get no error - AutoCAD has been set to be Visible since I am still debuging my code.
Meanwhile the subroutine's meta data is not recognised at all - as if the DLL file has not been loaded in AutoCAD.
Any idea what that might be for?
Thanks