Message 1 of 3
vb.net routine - autocad says unkown command
Not applicable
03-03-2012
02:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have no idea why autocad 2012 refuses to load this, or it is loading it but something else is causing the command to not be known.
I have no errors in visual studio & I get no errors when I netload.
I'm sure there are logic errors since I haven't been able to debug this yet (migrating it from VBA to VB.NET)
any help would be appreciated.
the start point / command is in Class2 in vbLayerGroupController
ACF & ACGen contain functions called by my routine.
While trying to figure this out, as a test, I had created a new class with a generic msgbox command within this project & it worked (I removed it now), so there is something in here that autocad doesn't like.