Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Ingvarius on November 18, 2006, 12:44:23 pm
-
The MDG intergration for VS 2005 behaves strange when my classes are under nested namespaces.
Several things fail:
- View code
- Add new element
etc. etc.
If the class is under the top namespace:
namespace TopSpace
{
public class Foo
{
}
}
all is fine, the MDG intergration works fine.
But with this:
namespace TopSpace.SubSpace
{
public class FooSub
{
}
}
Nothing works anymore. Is this a known problem?