Monday, February 02, 2009

Error 11007: Entity type '' is not mapped.

Most of the time u will get this bug or the table will not get added to the model (.edmx file) if you don't have a Primary Key in the database table ! so watch out !

2 comments:

Anonymous said...

It seems like the error shows up also when the table key is a Identity.

Dolly said...

I am still getting the same error on tables, where the primary key is an identity. Is the issue not yet resolved?