Pages

Nov 1, 2012

Unable to update the EntitySet because it has a DefiningQuery and no element exists in the element to support the current operation.

This is the error occurs when there is no primary key set in the table for which you are trying to do some update operation.

Set the primary key for the table and update the Entity model and then try.

No comments: