Ho provato a eseguire il comando 'Enable-Migrations' in un nuovo progetto e ho ricevuto il messaggio:
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
Ma in tutti gli altri progetti il comando viene eseguito correttamente.
Perché sta succedendo?
BTW, sto usando VS2010 Professional SP1
EDIT: ho reinstallato con il comando: Install-Package EntityFramework -IncludePrerelease e il problema è andato via.