“update-database”的实体框架 SQLMigration 错误:命令“update”无效?

发布于 2024-11-30 15:13:51 字数 421 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

鹿! 2024-12-07 15:13:51

您需要从包管理器控制台执行它,而不是从命令提示符。在 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 to

View -> Other Windows -> package manager console

and 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

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