Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • <Reference Include="EntityFramework"> <HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath> </Reference> That's how mine looks. I should update this file somehow ? Commented Aug 10, 2012 at 19:44
  • 1
    I would update to the latest Entity Framework in the 4.x series (EF 5 is due out any day, I would not update from 4.x to 5 without planning dedicated testing time). Then remove the reference to Entity Framework and add it again. Commented Aug 10, 2012 at 19:53
  • Well, I had to update Nuget to actually update EF, but it still didn't work. :( link for output of the command. Commented Aug 10, 2012 at 20:12
  • Did you also remove and re-add the reference to Entity Framework? Do you still get the exact same error? What does Fusion Log Viewer say about how .NET is attempting to resolve the Entity Framework reference? Commented Aug 10, 2012 at 20:30
  • I did, still didn't help. I've fixed the issue with my answer But can't mark it yet. Pardon typos and the like, on mobile. Commented Aug 12, 2012 at 12:41