|
|
My old project used entity framework 4.2.1.1 and WCF (WCFDataServices_Mar2011_CTP2) , my entity can be exposed but cannot be updated. So I try to replace WCFCTP2 with WCF 5.0, but my entity cannot be exposed now. It looks WCF 5.0 has some problems with entity framework 4.2.1.1. I wonder is there a work around for such situation? Thank you!
If I call a service operation from a browser I am able to get entities back, but when I consume the service operation in a client app I am not getting back the entities.
I was wondering is their already a sample for windows phone 7 in which a WCF service is consumed? Or if not can you create a sample or would consuming the one here be about the same?
I don't think that there is yet an OData v3 client that supports Windows Phone 7. There is a client for Win8 Metro apps that is included in the Visual Studio 2012 RC (but not Express) on Windows 8. I have published other WP7 apps that use the OData v2 client.