I have a project that needs to be upgraded in stages. I need to implement Entity Framework v4 first and then eventually upgrade the Silverlight v3 application to v4.
Unfortunately my client is not able to roll out Silverlight version 4 until for at least four months (they do want to move to v4 but they have to go though a company wide upgrade program).
Anyway, My question is how do I get WCF Data Service to work with Silverlight 3 (as its not able to resolve DataServiceCollection or DataServiceQueryContinuation ?
Or, what suggested workflow should I use to get WCF Data Service / Entity Framework v4 to work with Silverlight 3?
Thanks for your help in advance.