I had a similar problem. I made a reference to System.Data.Entity , but he complained about System.Data.Entity.Infrastructure . The solution was to add an EntityFramework nuget . After installing it, it actually removes the original System.Data.Entity link and points to a new DLL, which includes System.Data.Entity and System.Data.Entity.Infrastructure .
Chad kuehn
source share