Problem
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, verify that the path is correct and try again.
At line:1 char:18
+ enable-migrations <<<<
+ CategoryInfo : ObjectNotFound: (enable-migrations:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException .
I work in Visual Studio 2015, with ASP.NET MVC 5 & Entity Framework 6.1.3
Suddenly when I do enable-migrations, it's not working, also update-database and add migrations are not working.
I work on Windows 7 64 bit.