Entity Framework conversion from v1 to v4 problem
- by Max
After converting my data access layer project from EntityFramework v1 to v4 a got a bunch of errors for each of the entity classes:
Error 10016: Error resolving item 'EntityTypeShape'. The exception message is: 'Unresolved reference 'NS.EntityName1'.'. DataAccessLayer\Model.edmx
and
Error 10016: Error resolving item 'AssociationConnector'. The exception message is: 'NS.EntityName1'.'. DataAccessLayer\Model.edmx
Does anybody know what is this and how to fix it?