创建控制器脚手架时出错,无法检索元数据
因此,我正在 为 ASP.NET MVC 应用程序创建实体框架数据模型,希望能够使用该实体访问框架链接表。我与本教程的唯一偏差是我将提供程序名称设置为 System.Data.EntityClient,因为我正在连接到 sql2008 服务器。当我尝试添加控制器并将其设置为学生模型类的脚手架时,我就遇到了麻烦。这是确切的错误,
无法检索“entities_practice.Models.Student”的元数据
现在,如果我不使用模型,而是使用学生实体,并且从我的 edmx 文件中获取对象,它会正确构建控制器和视图。我缺少什么?
So I'm working my way through this tutorial on Creating an Entity Framework Data Model for an ASP.NET MVC Application, in the hopes of being able to use the entity frame work to access linked tables. The only deviation I have from this tutorial is I set the providername to System.Data.EntityClient
, since I'm connecting to a sql2008 server. I run into trouble as soon as I try to add a controller and setting it to scaffold around the Student model class. Here is the exact error,
Unable to retrieve metadata for 'entities_practice.Models.Student'
Now if instead of using the model I use the Student Entity, and object from my edmx file it builds the controller and views correctly. What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论