ObjectContext 可能处于不一致的状态
我在与 EntityFramework 4.0 创建关系时出错
对数据库的更改已成功提交,但更新对象上下文时发生错误。 ObjectContext 可能处于不一致的状态。 内部异常消息:无法检索关系“CodeFirstNamespace.EventsIndex_Module”的元数据信息。如果使用映射属性, 确保已在程序集中定义关系的 EdmRelationshipAttribute。当使用基于约定的映射时,元数据信息 无法确定分离实体之间的关系。 参数名称:关系名称
I have an Error creatting relations whith EntityFramework 4.0
The changes to the database were committed successfully, but an error occurred while updating the object context. The ObjectContext might be in an inconsistent state.
Inner exception message: Metadata information for the relationship 'CodeFirstNamespace.EventsIndex_Module' could not be retrieved. If mapping attributes are used,
make sure that the EdmRelationshipAttribute for the relationship has been defined in the assembly. When using convention-based mapping, metadata information for
relationships between detached entities cannot be determined.
Parameter name: relationshipName
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的实体类中可能缺少一个属性。
There's probably a property in your entity class that's missing.