On Fri, Aug 3, 2012 at 8:59 PM, Len Charest <[email protected]> wrote: > 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.
It's very likely already done as both MT and M4A share the same Mono BCL. However their release dates are different so a fix might appear sooner in one product than the other. > Should I file a bug? Please do :-) This will ensure some people (dev and qa) will confirm the fix is in place. Sebastien _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
