帮忙分析下MVC中的一个报错,关于EF的
在运行到这段代码的时候出错,这段代码位于POST下的EDIT:
db.hr_mrorderlist.Attach(hr_mrorderlist);
db.ObjectStateManager.ChangeObjectState(hr_mrorderlist, EntityState.Modified);
错误黄页信息:An object with the same key already exists in the ObjectStateManager.
The ObjectStateManager cannot track multiple objects with the same key.
求解! --------------------编程问答-------------------- 有没有人飘过啊?在线等的
补充:.NET技术 , ASP.NET