c# - ambiguous reference to System.Data.Services.Client and Microsoft.Data.Services.Client -


i've been trying port web reference odata exigo api website web application. getting error whenever try run web application uses reference. not have reference system.data.services.client anywhere in project. tried uninstall gac got error because part of .net framework. can do?

parser error message: reference.datasvcmap: type 'system.data.services.client.dataservicecollection`1' ambiguous: come assembly 'c:\myapp\microsoft.data.services.client.dll' or assembly 'c:\windows\microsoft.net\assembly\gac_msil\system.data.services.client\v4.0_4.0.0.0__b77a5c561934e089\system.data.services.client.dll'. please specify assembly explicitly in type name.

thanks

this can done using client = system.data.services.client using client = microsoft.data.services.client client reference required.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -