I'm new to EF and MVC3. I'm running through the following MVC3 SQL Migration tutorial (link below) and when I run the following command from a cmd window with VS2010 I get the following error:
update-database
Command "update" is not valid
What am I missing here? Thx!
Tutorial Link:
http://www.hanselman.com/blog/EntityFrameworkCodeFirstMigrationsAlphaNuGetPackageOfTheWeek10.aspx