Issue 2: EF 4.1 RC The entity type is not part of the model for the current context.
Status:  New
Owner: ----
Reported by cory.c.t...@gmail.com, Apr 10, 2011
What steps will reproduce the problem?
1. Update references in project to use EF 4.1 RC
2. Using local sqlexpress db
3. Run Lab RepositoryTest

I get error:
The entity type is not part of the model for the current context.

I've tried my own project, and your Lab RepositoryTest. The Entities to not get added during the ModelBuilder creation, or so it seems.

Any idea if somethings changed between ctp5 and rc?

May 15, 2011
Project Member #2 huynguyenonthenet
Upgraded to 4.1 and found no issue with Lab RepositoryTest. In other word, cannot reproduce it.