
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am learning autocad customizaiton with VB.NET and I found this page which shows how to create a simple autocad plugin from autocad.
So, I exactly followed everything written there and tested the plugin at autocad. The plugin command will supposedly draw a circle with some text at the centre. To my dismay, however, there is no circle drawn when I type the command at the command line.
It is strange because the build process did not return any errors and my code does not have any syntax errors. I attached a screenshot of my code as well.
I am using AutoCAD 2015, Visual Studio Express 2012, and ObjectARX2015.
I did add AcCoreMgd.dll, AcDbMgd.dll, and AcMgd.dll files to the references and Target framework is 4.5 .
Could anyone be kind enough to help me solve this problem? so I wont be stuck here and continue to delve deeper into the world of AutoCAD customization.
Thanks a million.
Solved! Go to Solution.