1 pages tagged with "jon-skeet"
EntityPropertyMappingAttribute duplicated between assemblies
October 09, 2013 - 124 words - 1 mins
I was working on an entity class for an OData endpoint when I ran across the following doozy:
The type 'System.Data.Services.Common.EntityPropertyMappingAttribute' exists in both '...Microsoft.Data.OData.dll' and '...System.Data.Services.Client.dll'
It looks like Microsoft has duplicated this type…
read more