Yeni bir projede 'Enable-Migrations' komutunu çalıştırmayı denedim ve mesajı aldım:
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
Ancak diğer tüm projelerde komut gayet iyi çalışıyor.
Bu neden oluyor?
BTW, VS2010 Professional SP1 kullanıyorum
DÜZENLEME: Install-Package EntityFramework -IncludePrerelease komutuyla yeniden yükledim ve sorun ortadan kalktı .