access internal class by adding namespace
Hi,
Currently I'm having two class libraries with internal classes in both of them. One is BusinessLayer.dll and the other one is DataAccessLayer.dll. Now I've placed both of them in an empty web project and want them to be included in a common namespace, currently they are having their default namespaces respectively.
If I can create a new namespace like
projectNS{} in the empty web site which is containing these two above mentioned project
and add the BusinessLayerNS and DataAccessLayerNS in that projectNS{} then can I access the internal class of BL project in DAL project or the other way round.
I need to keep the projectNS{} in the two different assemblies namely
in BusinessLayer and DataAccessLayer respectively but I need some help
as I don't know the right procedure
I'm struck hence seeking help.
Warm Regards
Shubhanker
aran
|