Unable to create migrations in ASP.NET MVC
I’m trying to create a simple database in ASP.NET MVC using DbContext and DbSets. The project uses Entity Framework, so I tried running
Enable-Migrations
(yes, I know it’s automatically set to true, or so I’ve been told). I then tried to run Add-Migration Initial
and I always get the same exception thrown: