Home
Options

The name '<entityName>' does not exist in the current context

Hi
I got the problem. I'm trying to query EF DbContext using a typed data context from my own assembly. I can connect to this DBContext , I do see all entities in the left pane, I can drill down every entity in the left pane , I can see the property of the entity, navigational property. But when I run the simplest query for example
Accounts.Take (100) I'm getting an compilation error :
The name 'Accounts' does not exist in the current context

Comments

Sign In or Register to comment.