Open musab-alrmmah opened 6 years ago
@musab-alrmmah Unfortunately there are a number of compatibility issues right now between Xamarin's Mono and WcfCore. Here is a link to a few issues: https://github.com/dotnet/wcf/issues?q=is%3Aopen+is%3Aissue+label%3AXamarin
In your case the simple explanation is that WcfCore uses 'dynamic proxy' and Xamarin implemented a different solution. Sounds like you have a NetStandard app using WcfCore code running on Xamarin.
Adding @marek-safar and @akoeplinger from Xamarin team.
{System.InvalidOperationException: MonoTouch does not support dynamic proxy code generation. Override this method or its caller to return specific client proxy instance