新しいプロジェクトでコマンド「Enable-Migrations」を実行しようとすると、次のメッセージが表示されます。
PM> Enable-Migrations
The term 'Enable-Migrations' 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, verif
y that the path is correct and try again.
At line:1 char:18
+ Enable-Migrations <<<<
+ CategoryInfo : ObjectNotFound: (Enable-Migrations:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
しかし、他のすべてのプロジェクトでは、コマンドは問題なく実行されます。
なぜこうなった?
ところで、私はVS2010ProfessionalSP1を使用しています
編集:コマンド:Install-Package EntityFramework -IncludePrereleaseを使用して再インストールする と、問題は解決しました。