I\'m running into a problem when enabling migrations on one of my projects. I execute Enable-Migrations command from the Nuget Console and receive an err
Enable-Migrations
Try to specify content type name:
Enable-Migrations -ContextTypeName Web.Infrastructure.ContextName
If you have several projects in the solution, you have to specify which one to apply. (dropdown "DefaultProject" in the top of console).