LINQ to Entities does not recognize the method ‘System.String ToString()’ method in MVC 4
I’m working with MVC 4 and I have to update my database using Code First Migrations. What I’m trying to do is to select records from a database table, and insert them into a dropdown list where the user can select one.