The relationship being added conflicts with an existing relationship. Consider deleting the previous relationship and calling ObjectContext.DetectChanges.
The RelatedEnd with role name '{0}' from relationship '{1}' has already been loaded. This can occur when using a NoTracking ...
The relationship '{0}' does not contain the role '{1}'. Make sure that EdmRelationshipAttribute that defines this relationship ...
The relationship '{0}' has columns that are not part of the key of the table on the primary side of the relationship. The ...
The relationship '{0}' uses the set of foreign keys '{1}' that are partially contained in the set of primary keys '{2}' of ...
The relationship being added conflicts with an existing relationship. Consider deleting the previous relationship and calling ...
The relationship cannot be defined because the EntitySet name '{0}.{1}' is not valid for the role '{2}' in association set ...
The relationship manager supplied by the object implementing IEntityWithRelationships is not the expected relationship manager. ...
The relationship manager was defined with an owner of type '{0}', which is not compatible with the type '{1}' for the source ...
The ReleaseInstanceMode property on OperationBehaviorAttribute can only be set on non-callback operations. Method '{0}' violates ...