We are having permissions issues with accounts other than admin querying libraries through
context.ExecuteQueryAsync.
We are getting the dreaded Silverlight exception "The remote server returned an error: NotFound."
I know there is a workaround for this - if you get the error from a wcf service that you configured/created.
Is there a way to get the actual error back from Microsoft.Sharepoint.Client.ClientContext?
I think this involves the Silverlight bug of treating 200 errors as 404s.