1

次のコード:

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.]

助けを求めてロッキングしましたが、助けが見つかりませんでした。

4

1 に答える 1

2

sistema_log_openedPdfs???の主キーを作成するのを忘れましたか?

于 2013-01-04T14:02:49.827 に答える