The OData client library (System.Data.Services.Client.dll) does not ship
with any string resources. This is bad because any non-200 level response
from an OData service is materialized as an exception on the client side,
and all OData client exceptions consume string resources. So any attempt to
construct an OData exception will itself cause a
MissingManifestResourceException to be thrown.

I don't think there is a viable work-around for this issue. I notice that
the release notes for MonoAndroid 4.2 says "System.Data.Services.Client now
contains string resources." Presumably the same fix can be applied to the
MonoTouch library. Should I file a bug?

Thanks,
Len
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to