Я попытался запустить команду 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
РЕДАКТИРОВАТЬ: Я переустановил с помощью команды: Install-Package EntityFramework -IncludePrerelease, и проблема исчезла.