The name 'whatever' does not exist in the current context
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?
Any ideas?
Comments