A
Andy
I am building a large enterprise application and which to
implement a nested namespace hierarchy across the
application. My problem is that when I declare an
assembly "MyApp.DataTypes" in one assemby and then
another "MyApp.GUITypes" in another I cannot access types
in the "...DataTypes" namespace from the Assembly
containing the "...GUITypes" namespace. The documentation
suggests this should be possible. Do I need to use
aliases.
Andy
implement a nested namespace hierarchy across the
application. My problem is that when I declare an
assembly "MyApp.DataTypes" in one assemby and then
another "MyApp.GUITypes" in another I cannot access types
in the "...DataTypes" namespace from the Assembly
containing the "...GUITypes" namespace. The documentation
suggests this should be possible. Do I need to use
aliases.
Andy