I've created two models Student and StudentContext and when i go to create the Controller i get: Unable to retrieve metadata for 'Code_First_Approach_in_Entity_Framework.Models.Student'. Unable to cast object of type 'System.Data.Entity.Core.ObjectContext' to type 'System.Data.Object.ObjectContext'
I've read through some of the replies here but they don't seem to be related enough to this problem.. they seem to be farther than i am getting ...
Any ideas how i go about getting the controller to create correctly? Suggestions?