Message 1 of 3
Autocad not seeing Command Methods in new VB.net class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have an exisitng project that I have added a new class to and then inserted the following code for
a new custom command as per the basic tutorial
Imports Autodesk.AutoCAD.Runtime
Public Class Class1
<CommandMethod("HelloWorld")> _
Public Sub HelloWorld()
MsgBox ("hello")
End Sub
End Clas
When I debug and netload the solution autocad does not see the new custom command in the new class
but sees the existing commandmethods in older classes. What am I missing?
Regards
Justin Ralston
Regards
Justin Ralston
http://c3dxtreme.blogspot.com/
Justin Ralston
http://c3dxtreme.blogspot.com/