Allow WCF Data Services libraries to be configurable
Since LINQPad is an OData client, it be great if we could configure it to use the latests WCF Data Services libraries, which are now released out of band from the Framework. e.g. http://www.microsoft.com/en-us/download/details.aspx?id=29306 is a release that supports Any/All queries, but LINQPad will throw a NotSupported exception when using the exact syntax explained here: http://blogs.msdn.com/b/astoriateam/archive/2011/05/31/any-all-support-in-wcf-data-services.aspx
-
Wesam Abdallah commented
Hi, I have a similar problem. We are using OData 5.3 in our assemblies, and when I try to run a simple Take on any of the connections, LInqPad throws an error
Assembly 'XXXXX.XXXX.XXXX, Version=2013.3.15.858, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.Data.Services.Client, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'Microsoft.Data.Services.Client, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
-
Mike DiSibio commented
Arg!! or rather...Awesome!! I was one beta release behind. 4.42.06 supports Any/All against OData.
Thanks Joe!!!!