Entity Framework conversion from v1 to v4 problem
Posted
by Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2010-06-17T02:25:46Z
Indexed on
2010/06/17
2:32 UTC
Read the original article
Hit count: 913
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?
© Stack Overflow or respective owner