Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 mvc 项目中,当我创建 model.tt 和 model.context.tt 时,它会显示一条错误消息,例如
如何解决这个问题呢?任何想法?
如果您编辑 tt 文件,您应该会看到指向 edmx 文件的路径。那可能是错的。tt 文件需要知道模型所在的位置以便为其生成实体类。路径应该朝向文件的顶部。