次のコード:
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.]
助けを求めてロッキングしましたが、助けが見つかりませんでした。