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.
the line of code is thisCode:DEntity.Helper.Opensession() is a namespace but is used like a type
Thanks in advanceCode:DEntity.Helper.Opensession();


Reply With Quote

