I have been using Entity Framework (5.0) for a while now in a project (ASP.NET MVC in VS2012 Express). Right now, though, I am no longer able to add migrations.
This worked for me:
update-database -targetmigration:"0" -force -verbose add-migration Initial update-database