Association end is not mapped in ADO entity framework

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2009-01-15T20:39:36Z Indexed on 2010/05/05 14:58 UTC
Read the original article Hit count: 292

I am just starting out with ADO.net Entity Framework I have mapped two tables together and receive the following error:

Error   1   Error 11010: Association End 'OperatorAccess' is not mapped.    E:\Visual Studio\projects\Brandi II\Brandi II\Hospitals.edmx    390 11  Brandi II

Not sure what it is I am doing wrong

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ADO.NET