Working in MS Visual Studio 2010
So I am new to this Entity Framework programming and was given the following web address to learn the programming...
http://www.itorian.com/2012/08/code-first-approach-in-entity-framework.html#.UCZ4Op0gd94
I add in EntityFramework v 6.0.2 into my References and I am able to create the Models as suggested but when trying to create the Controller, i get an error message.
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'.
Does anyone have any insight as to what i need to do to get this functioning correctly?
Please help. Thanks
Go to the complete details ...