Tôi đã cố gắng chạy lệnh 'Enable-Migrations' trong một dự án mới và tôi nhận được thông báo:
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
Nhưng trong tất cả các dự án khác, lệnh chạy tốt.
Tại sao chuyện này đang xảy ra?
BTW, tôi đang sử dụng VS2010 Professional SP1
CHỈNH SỬA: Tôi đã cài đặt lại bằng lệnh: Install-Package EntityFramework -IncludePrelease và sự cố đã biến mất.