Installation
-
I received a really intriguing question by email from Dave Wolfe on Friday afternoon: Due to your post on the topic, I wanted to improve my installation method for .Net modules. While examining the topic, I ran into a few concerns that shaped my development process. The game changer is that I couldn't find a way to use reflection to check a .net module for the CommandMethodAttributes without being in an AutoCAD session. The CommandMethodAttribute crashes on initialization outside of AutoCAD. Dave went on to describe a couple of ways he'd found to work around this problem by driving AutoCAD,…