Using NuGet, I have just installed the latest WCF Data Service Server and Clients version 5.4.0.0. I have cleaned and rebuilt my solution which includes a WCF Data Service named RapDataService. When I try to add a Data Service Reference to RapDataService
in my UI project, I get the error "Could not load file or assembly 'Microsoft.Data.Edm, Version=5.3.0.0", however both the Data Service project and the UI project are referencing version 5.4.0.0 which was installed using NuGet. I have checked
the properties of the references in both projects and they are indeed referencing 5.4.0.0. I am at a loss as to why the service reference is trying to load version 5.3.0.0.
Al G.