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
 
Back
Top