Hi all, i'm new in this community and sorry in advance for my very poor English.
I'm using Xamarin from about 1 year and i think it's a very good platform.
In the latest period i'm using Xamarin.Forms for developing little App connected via webservice for exchanging a little bit of data.
In the latest release of VS2017 i see that PCL strategy method is disappear and substitute by .Net Standard.
I have serious problem with the integration of my WCF webservice that previosly running correct in PCL App version.
When i try to import the Wcf via the Wizard in the "Connected Service" i obtain an error like this:
"Process is terminating due to StackOverflowException"
I read in other forums that a "workaround" is to deselect the option for "reuse all the referenced assembly", in this case the wizard import correctly the Wcf but in the fact when i try to use the webservice in the program is unusable....no events for the "completed status" of each method in the Webservice.
I'm using latest release of Vs2017 (15.7.2).
What is the state of art of this issue? Why it's so difficult to work with a simple webservice, wcf or asmx???
In the native Android projects it's so easy and simple to import a Soap Ws....I hope you can find a solution for this problem, I have spent so much time in this weekend but no solution