无法更新EntitySet

时间:2013-01-04 13:58:57

标签: c# asp.net .net asp.net-mvc asp.net-mvc-4

以下代码:

sistema_log_openedPdfs entity = new sistema_log_openedPdfs();
entity.idUser = guid;
entity.path = fullAbsPath;
context.sistema_log_openedPdfs.Add(entity);
context.SaveChanges();

我得到了这个疯狂的例外:

[UpdateException: Unable to update the EntitySet 'sistema_log_openedPdfs because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation.]

寻求帮助我找不到任何帮助。

1 个答案:

答案 0 :(得分:2)

你忘记为sistema_log_openedPdfs ???

制作一个主键