Ed Jobe
2009-09-15, 09:12 PM
I found a bug with the project creation wizard that comes with the 2010 ObjectArx SDK.
When it creates myCommands.vb and myPlugin.vb, it creates project namespaces that are prefixed with "Autodesk.Autocad". This causes a conflict with Intellisense so that none of the acad namespaces that start with Autodesk are visible. The problems are at line 29 of each file with the <Assembly: > attributes and also at line 31 of each file, with the Namespace statement.
When it creates myCommands.vb and myPlugin.vb, it creates project namespaces that are prefixed with "Autodesk.Autocad". This causes a conflict with Intellisense so that none of the acad namespaces that start with Autodesk are visible. The problems are at line 29 of each file with the <Assembly: > attributes and also at line 31 of each file, with the Namespace statement.