- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a rather large toolset comprised of 4 projects, 3 of which have helper classes, and one that has all the commands defined with CommandMethod(). There are close to 300 such commands, most are in their own classes. As of sometime last week about 10% of the commands are now getting the "Unknown Command" when executed. All but 1 of the commands that are not recognized have not been edited in years. I have separate builds for the versions of Civil 3D (2020, 2021, 2022, etc.) and every one of them has the same issue, with the same commands. This also affects both Debug and Release builds.
I have a command in the same project to get a list of all the commands in that assembly. It correctly finds all of them, including those that AutoCAD does not. What could AutoCAD be seeing which stops it from recognizing some commands?
Solved! Go to Solution.