Message 1 of 11
Assembly Load problem

Not applicable
05-12-2013
09:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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