Common root namespace between Class Libraries

  • Thread starter Thread starter Rafael Pivato
  • Start date Start date
R

Rafael Pivato

Can I have two Class Libraries to share the same root namespace ?

I want something like this:


MySystem (root namespace)
MyBO (class library A)
MyDS (class library B)
MyUS (class library C)



Thanks,
Rafael Pivato
 
Hi, Yes, you can. All you need to do is alter the Root Namespace property,
in your Project Settings to the Root namespace you would like, in your case
"MySystem"

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
thanks very much...

Tom Spink said:
Hi, Yes, you can. All you need to do is alter the Root Namespace property,
in your Project Settings to the Root namespace you would like, in your case
"MySystem"

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top