Getting "An entity with the same identity already exists in this EntitySet" but the EntitySet is emp
- by digiduck
When I try to add a new item to my EntitySet, I'm getting this exception:
An entity with the same identity
already exists in this EntitySet
However, when I inspect the EntitySet its count is 0.
Any ideas why I would be getting this error when the set is empty? How could an entity already exist in the set if the set has no items in it?