I have created an ASP .NET MVC application with simple login and sign up functionality, and am trying to create an Entity Framework 6 model using Code First Approach. I am using LocalDb to create the database. However, I get the following exception when I...