I\'m using WCF Dataservices CTP2 with Entity Framework 4.1. Now then I\'m trying to get any data through my datacontext I get this exception:
System.R
I'd say that you're referencing another implementation of the Segmentation class than the service's. Check out the namespace of Segmentation in your CreateQuery<>() call and the namespace of the Segmentation class in your service.
Segmentation
CreateQuery<>()