实体框架 – 更新数据库错误 – NuGet软件包(EntityFramework.SqlMigrations)

前端之家收集整理的这篇文章主要介绍了实体框架 – 更新数据库错误 – NuGet软件包(EntityFramework.SqlMigrations)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我安装了EntityFramework.sqlMigrations NuGet软件包
我收到这个错误
它在过去和以某种方式为我工作,现在它不起作用。
PM> update-database
The term 'update-database' is not recognized as the name of a cmdlet,function,script file,or operable program. Check the spelling of the name,or if a path was included,verify that the 
path is correct and try again.
At line:1 char:16
+ update-database <<<< 
    + CategoryInfo          : ObjectNotFound: (update-database:String) [],CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

解决方法

发生EF5 RTM,VS2012 RTM。

我今天遇到这个问题。我在PM控制台中执行了“Update-Package EntityFramework”。 NuGet没有报告任何变化,问题仍然存在。然后我重新启动了VS2012,并重新尝试Update-Database,并且按预期工作。目前还不清楚是什么导致了这个问题,还不清楚Update-Package是否有助于纠正它。

首先尝试重新启动Visual Studio,然后尝试Update-Package EntityFramework,然后重新启动。

原文链接:https://www.f2er.com/mssql/84515.html

猜你在找的MsSQL相关文章