ObjectContext 可能处于不一致的状态

发布于 2024-10-26 07:20:37 字数 254 浏览 0 评论 0原文

我在与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枫林﹌晚霞¤ 2024-11-02 07:20:37

您的实体类中可能缺少一个属性。

There's probably a property in your entity class that's missing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文