Is there a client that I can consume OData service in a .Netframework 2 application? Haven’t found a clear answer / example.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is (haven’t seen it yet). You can download the 3.5 client from codeplex here http://odata.codeplex.com/ and try to port it to 2.0. But then again, why can’t you use the 3.5 directly (since it’s the same CLR as 2.0, just more libraries).