Ich habe versucht, den Befehl 'Enable-Migrations' in einem neuen Projekt auszuführen, und habe die folgende Meldung erhalten:
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
Aber in allen anderen Projekten läuft der Befehl einwandfrei.
Warum passiert dies?
Übrigens verwende ich VS2010 Professional SP1
BEARBEITEN: Ich habe mit dem Befehl Install-Package EntityFramework -IncludePrerelease neu installiert und das Problem ist behoben .