Just using the Learning Units\WinClient-Only\200 Intermediate\Adding and Deleting Entities Example
When I change an order detail (ie Change the Product) and try to save the following exception occurs
A referential integrity constraint violation occurred: The property values that define the referential constraints are not consistent between principal and dependent objects in the relationship
Is this saying that once a primary key has been created you can not change any of the primary key values!
How can you change the OrderDetail to allow the Product to be changed ?