Good Day
Often when developing a .net application for AutoCAD one can add the "netload" command in the acaddoc.lsp file, and enable load acad.lsp with every drawing.
However at times this does not function, as in Plant 3D, as there are other commands uploading, if a command is run like this it crashes AutoCAD?
(vmon)
;------------
(command "netload" "C:\\VB.Net\\Development\\Plant3DHelpDesk\\bin\\Debug\\Plant3DHelpDesk.dll")
(command "hd")
Is there an alternative method of automatically loading a .Dll application into AutoCAD on startup?
Any assistance much appreciated.
Have an Idea it may have something to do with creating an .arx file??
Regards
Richard