How to Fixed This Context Conversion issue
HiI have created student class in MVC then related created StudentContext also
created successfully. But when I Created Controller I meet this issue any one fixed this issue.
This is Error
---------------------------
Microsoft Visual Studio
---------------------------
Unable to retrieve metadata for 'Code_First_Approach_in_Entity_Framework.Models.Student'.
Unable to cast object of type 'System.Data.Entity.Core.Objects.ObjectContext' to type 'System.Data.Objects.ObjectContext'.
---------------------------
OK
---------------------------