bweir
2006-10-19, 02:09 PM
I have created a .Net DLL for AutoCAD. My tools work great. Now how can I make this DLL load automatically when AutoCAD starts? I have tried using LISP with the (command "netload" "....") but this doesn't seem to work from startup. When the LISP tries to load the DLL something like the following message appears:
...Cannot load assembly. Error details: System.IO.FileNotFoundException: Could not load file or assembly...
I'm assuming that I have to enable some sort of security in my DLL project but haven't figured it out yet. Any suggestions?
...Cannot load assembly. Error details: System.IO.FileNotFoundException: Could not load file or assembly...
I'm assuming that I have to enable some sort of security in my DLL project but haven't figured it out yet. Any suggestions?