Any ideas why does the entity framework in LINQ gives following strange error:
Unable to update the EntitySet ‘ItemRankList’ because it has a DefiningQuery and no element exists in the element to support the current operation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Guess i should also ask the context… how are you using linq?
Do you have a primary key defined on the table ?
If not add the key and update the EF model.