Is there a client that I can consume OData service in a .Netframework 2 application? Haven't found a clear answer / example.
1 Answer
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).
1 Comment
B Z
The client is running on Windows 2000 Server. Believe .Net 3.5 is not supported for Windows 2000, but .Net 2.0 is.