J'ai essayé d'exécuter la commande 'Enable-Migrations' dans un nouveau projet et j'ai reçu le message:
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
Mais dans tous les autres projets, la commande fonctionne très bien.
Pourquoi cela arrive-t-il?
BTW, j'utilise VS2010 Professional SP1
EDIT: J'ai réinstallé avec la commande: Install-Package EntityFramework -IncludePrerelease et le problème a disparu.