Hi All,
I started using Entity framework with web forms. For that I have created an entity. My entity's name is MIS.
Below is my .edmx diagrame.

The problem is neither I am able to access my namespace nor my databse tables's objects (namedUserDetail) in my code file.
Although I can access my MISEntities. See the image below.

I already tried to use System.Data.Entity, System.Data.EntityModel.
My Entity's namespace's name is MISDataModelNMSP.
Please suggest. Let me know where I am making mistake.
Thanks