Home
Options

The name 'whatever' does not exist in the current context

edited August 2012
We're using EF code first and I can successfully connect LINQPad using the DbContext from our assembly. The connection works and it generates the model just fine. However, when I try to do any queries, such as Whatever.Take(100) it returns the "does not exist in current context" error.

Any ideas?

Comments

Sign In or Register to comment.