I\'m using EF6 and have been making a few changes to my model.
Now all the sudden I get the following error when trying to update my database through the nuget command U
Thats caused when your migrations project is not the StartUp project, which means you'll need to set the connectionstring in the StartUp project for it to work correctly.