Hello, i have an existing DB with which i would like to build a new app using EF4.0
Some tables have not primary keys defined, so that when i create a new Entity Data Model i get the following message: "The table/view TABLE_NAME does not have a primary key defined and no valid primary key could be inferred. This table/view has been excluded. To use the entity, you will need to review your schema, add the correct keys, and uncomment it".
If i want to use them and modify data can i necessarily add a PK to those tables or does it exist a workaround?
Thanks in advance ! c.