EF Unable to update the EntitySet because it has a DefiningQuery 未经处理的异常: System.Data.Entity.Infras

第一个错误:

EntityFramework错误:Unable to update the EntitySet because it has a DefiningQuery

原因:表中没有主键,添加一个主键,即可。

第二个错误:

未经处理的异常: System.Data.Entity.Infrastructure.DbUpdateException: 更新条目时出错。有关详细信息,请参阅内部异常。 ---> System.Data.Entity.Core.UpdateException: 更新条目时出错。有关详细信息,请参阅内部异常。 ---> System.Data.SqlClient.SqlException: 违反了 PRIMARY KEY 约束“PK_Posts”。不能在对象“dbo.Posts”中插入重复键。重复键值为 (1)。

posted @ 2019-04-06 18:52  星空天宇  阅读(258)  评论(0编辑  收藏  举报