How to Fix Unable to Update the Entityset Because it Has a Definingquery
Problem: Unable to update the EntitySet '' because it has a DefiningQuery and no element exists in the element to support the curr...
https://www.czetsuyatech.com/2010/12/c-unable-to-update-the-entityset.html
Problem: Unable to update the EntitySet '' because it has a DefiningQuery and no element exists in the element to support the current operation.
Solution: This problem has been plaguing me again and again :-D. Usually when I'm working on old application with old database. For some reason the tables on this old database doesn't have a primary key.
Solution: This problem has been plaguing me again and again :-D. Usually when I'm working on old application with old database. For some reason the tables on this old database doesn't have a primary key.
Post a Comment