标签: asp.net-mvc-3 entity-framework controller
尝试从我的EF模型添加一个控制器,不知道我做错了什么。
我从我的数据库创建了一个模型,但是当我尝试添加一个控制器时,我收到一个错误:
“无法检索”JobsApp.Category“的元数据。无法确定”JobsApp.Job“和”JobsApp.Category“类型之间关联的主要结尾。必须使用显式配置此关联的主要结尾关系流畅的API或数据注释。“....
答案 0 :(得分:0)
您的模型类看起来有些问题 - 您需要首先解决这些问题。
A question (and answer) about the "principal end of this association must be explicitly configured using either the relationship fluent API or data annotations" exception you're seeing is on SO.