I have two projects and refering one to another. To say project DEntity is refering in Project DService. and among the namespaces am using iam refering this particular project too.
When i trying to call the DEntityproject's one of the file's class, its nt happening.


Code:
DEntity.Helper.Opensession() is a namespace but is used like a type
the line of code is this

Code:
DEntity.Helper.Opensession();
Thanks in advance