Entity Framework 5 Cannot use Ignore method on the property
问题 I have almost exhausted all of the workarounds for this bug: http://entityframework.codeplex.com/workitem/481 Please can someone point me in the right direction. I have done the following: Step 1: Remove the NotMapped attribute from the properties in all entities and base classes. There are no NotMapped attributes left in my solution at all. Step 2: Use the ignore method in the OnModelCreating method for all properties on all entities (Seriously this took me a couple days with the sheer