I'm using entity framework 5 and have two Visual Studio 2010 solutions. One is a small test solution with one project and one is a much larger solution with multiple projects where I'm doing the actual business application.
The entities in the smaller solution have both the .Load() method and the .Local property.
The entities in the larger solution have neither.
I've referenced both system.data.entity and EntityFramework in the projects.
I've compared the two solutions and can't figure out what is missing in the large one. Any pointers in what direction to look next would be appreciated.