Hi,
I m getting the following error while adding entity to entitymanager
"This Entity already belongs to another EntityManager"
Following is the code snippet where i get the error
DataSet.AddEntity(mmp);
- DataSet is EntityManager
- mmp is Entity
Can u please guide me what can be the error. AS i m not adding this entity to anywhere in the application thenalso getting the error.
Thanks in advance.