Я спробував запустити команду '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
Але в усіх інших проектах команда працює просто чудово.
Чому це відбувається?
До речі, я використовую VS2010 Professional SP1
EDIT: Я перевстановив команду: Install-Package EntityFramework -IncludePrerelease і проблема усунулася .