“update-database”的实体框架 SQLMigration 错误:命令“update”无效?
我是 EF 和 MVC3 的新手。我正在运行以下 MVC3 SQL 迁移教程(下面的链接),当我使用 VS2010 从 cmd 窗口运行以下命令时,出现以下错误:
更新数据库
命令“update”无效
我在这里缺少什么?谢谢!
教程链接:
http://www.hanselman.com/blog/EntityFrameworkCodeFirstMigrationsAlphaNuGetPackageOfTheWeek10.aspx
I'm new to EF and MVC3. I'm running through the following MVC3 SQL Migration tutorial (link below) and when I run the following command from a cmd window with VS2010 I get the following error:
update-database
Command "update" is not valid
What am I missing here? Thx!
Tutorial Link:
http://www.hanselman.com/blog/EntityFrameworkCodeFirstMigrationsAlphaNuGetPackageOfTheWeek10.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要从
包管理器控制台
执行它,而不是从命令提示符。在 VS 2010 中,转到并尝试执行命令。
而且您还需要使用正确版本的实体框架(Entity Framework 4.1 - Update 1)。尝试安装此http://www.microsoft.com/download/en/详细信息.aspx?id=26825
You need to execute it from
package manager console
not from the command prompt.In VS 2010 go toand try executing the command.
And also you need to use correct version of entity framework (Entity Framework 4.1 - Update 1). Try installing this http://www.microsoft.com/download/en/details.aspx?id=26825