I'm not sure, maybe I just wonβt find the right information. But the OData story on a Windows 7 phone seems incomplete. I followed the steps in this blog post:
http://dotnetspeak.com/index.php/2010/03/windows-phone-7-application-with-odata/
This created the expected types of clients as described. Unfortunately, when I add a class and reference my application to connect to a Windows phone (System.Data.Services.Client.dll) and compile, I get the following error message:
The type or namespace name 'DataServiceQuery' does not exist in the namespace 'System.Data.Services.Client' (are you missing an assembly reference?)
Am I missing something? all i need is to be able to query the odata data service. If there is another way, technique or library, I am open to using this.
source share