Fellow developers,
I've encountered a problem in my dev environment. I've created a project which uses EntityFramework and ASP.NET Identity, and then a few other projects like WCF service and WebForms site that reference the first one. The projects compile and work fine, but when I try to use "Update-Database" in Package Manager Console to update my migration-enabled database i get:I've encountered a problem