entity object cannot be referenced by multiple instances of IEntityChangeTracker. while adding related objects to entity in Entity Framework 4.1
I am trying to save Employee details, which has references with City. But everytime I try to save my contact, which is validated I get the exception “ADO.Net Entity Framework An entity object cannot be referenced by multiple instances of IEntityChangeTracker”