S
Steven Wolf
hi again,
i have several namespacing problems in my big project.
my current namespaces in my solution are:
b2b.Server.Common
b2b.Server.Business
b2b.Server.Business.Mapping
b2b.Server.Business.Entities
b2b.Server.Database
now i have a testing app and i include all of those namespaces in that
app.
Server.Business.Mapping.Facility facility = new
Server.Business.Mapping();
works, but:
Business.Mapping.Facility facility...
or
Mapping.Facility facility...
doesnt work!! of course i have references to those librarys because i
can find them when i begin from Server... but not when i beging from
Business.. why?!
i never had those problems in VB.NET, only in c#..
thanks
Steve.
i have several namespacing problems in my big project.
my current namespaces in my solution are:
b2b.Server.Common
b2b.Server.Business
b2b.Server.Business.Mapping
b2b.Server.Business.Entities
b2b.Server.Database
now i have a testing app and i include all of those namespaces in that
app.
Server.Business.Mapping.Facility facility = new
Server.Business.Mapping();
works, but:
Business.Mapping.Facility facility...
or
Mapping.Facility facility...
doesnt work!! of course i have references to those librarys because i
can find them when i begin from Server... but not when i beging from
Business.. why?!
i never had those problems in VB.NET, only in c#..
thanks
Steve.