Message 1 of 5

Not applicable
04-12-2012
03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Microsoft Visual C# 2010 Express
Trying to create first dll in 2013,
referenced acdbmgd and acmgd (as usual, as in previous versions)
then included:
using Autodesk.AutoCAD.Runtime;
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.DatabaseServices;
using Autodesk.AutoCAD.Geometry;
but ...
Error in IDE (Visual C#) when entering: [CommandMethod("TEST")]
Error: CommandMethod could not be found .. are you missing a using directive or an assembly reference
???
What did I miss?
Thx.
Kevin.
Solved! Go to Solution.