0

I created a project using vs2012 with the entity framework. The 3 month trial ran out and I am going back to 2010. When I try to run my project, I am getting this error.

In my gac, I see system.data.entity v3.5.30729.5420

This seems related to this post, but not exactly: Can anyone spot why I keep getting this error testing the EF 5 beta

I uninstalled and reinstalled the nuget package Method not found: 'Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReferenceBehavior(Boolean)'.

Community
  • 1
  • 1
user957863
  • 325
  • 2
  • 4
  • 10
  • 3
    define **this error** please. btw atleast accept [this wonderful answer](http://stackoverflow.com/questions/8451535/jquery-load-with-inline-javascript) – naveen Nov 10 '12 at 01:56
  • Have you tried removing any reference to Microsoft.EntityFramework.dll (EF5) from the project as the answer you linked to suggested? What framework version are you targeting in 2010? – lukiffer Nov 10 '12 at 02:57

1 Answers1

0

I tried removing and readding several times which did not work. I finally started a new project with a new name and remade my classes.

user957863
  • 325
  • 2
  • 4
  • 10