0

Of course, the project references System.Data.Entity and the source is using System.Data.Entity. Also, I tried to install the latest version from the nuget console, as follow:

PM> Install-Package EntityFramework -Version 6.1.3

Installing 'EntityFramework 6.1.3'. Successfully installed 'EntityFramework 6.1.3'. Desktop.Client already has a reference to 'EntityFramework 6.1.3'.

So is, I´m referencing the latest version.

What´s going? Could someone help?

TIA

marcelo
  • 215
  • 3
  • 13

1 Answers1

0

enter image description here 1. Open our Project

  1. Go To SolutionExplorer->refrences

  2. Select EntityFarmework References Right click Remove references

  3. References right click Manage NuGet Packages

  4. select EntityFrmawork Clik To Install

  5. added Latest Version EntityFramework

kari kalan
  • 497
  • 3
  • 20
  • When I do exactly what you tell, the EntityFramework 6.x is marked as already installed (a green tilde). Nevertheless, if I browse assemblies, System.Data.Entity appears as version 4.0. Some more ideas? Thank you – marcelo Jun 23 '17 at 13:40