ฉันพยายามเรียกใช้คำสั่ง '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
แต่ในโปรเจ็กต์อื่น ๆ ทั้งหมดคำสั่งทำงานได้ดี
เหตุใดจึงเกิดขึ้น
BTW ฉันใช้ VS2010 Professional SP1
แก้ไข:ฉันติดตั้งใหม่ด้วย commmand: Install-Package EntityFramework -IncludePrerelease และปัญหาก็หายไป