Hello,
You can simply make sure that you add a reference to
System.Data.Service.Client.dll instead of
Microsoft.Data.Services.Client.dll. This is the assembly which our assembly was built upon.
Plese, read
this article. Here is a quote from it:
System.* indicates stuff that is logically part of the framework. It is 100% supported, solid-long term design that will not need to churn, safe to bet on, stable, likely will get great tooling support. Designed to be very interoperable and could work anywhere .NET is. This may ship as part of the redist or maybe an out of band (such as ASP.NET MVC, ASP.NET AJAX, etc).
Microsoft.* is the bleeding edge stuff or value-add. It is typically very cool stuff that adds on to the framework and enhances it, but maybe a work in progress... over time you might expect some of those concepts to go into the framework. As an example, the great work patterns and practices does often falls into this bucket.
I hope this makes things more clear now.
We have discussed the matter and I am afraid that at the time being we cannot produce such a build. Sorry for misleading you.
Kind regards,
Rossen Hristov
the Telerik team