_solprof ; error: Visual LISP command document mismatch: solprof This is an error I got after running a solprof-lisp in AutoCAD (2000 & 2004) when I use het command SOLPROF to create a solprof manually. The lisp uses the following: At load of the lisp: (vlax-add-cmd "solprof" 'C:solprof "solprof" 4) [NOT in defun] Before the lisp completes : (vlax-remove-cmd "solprof") [before ;end defun]