[Mono-list] Using Custom Namespaces

Todd Berman tberman@off.net
Sat, 02 Oct 2004 20:05:32 -0700


On Sat, 2004-10-02 at 16:09 -0700, Eric Damron wrote:
> I have created a set of related classes and have grouped them under a 
> namespace.  How do I use these classes in projects?  Just including 
> Using "namespace" doesn't work because monodevelop doesn't know about my 
> custom namespace.  Is there someway to register this new namespace with 
> monodevelop?
> 

2 things.

1) Since this is a MonoDevelop question, this should go on the
MonoDevelop list. (Which is also hosted on lists.ximian.com)

2) If you are using one project, MonoDevelop shouldn't have any issues
at all. If you have 2 projects in one solution, you should be able to
add a project reference to the second project. If you are using seperate
solutions, you will need to add an Assembly reference to the second
project. In general, for development, using 2 projects inside one
solution is your best bet.

--Todd