Forum Discussion
Adolfo Perez
Jul 31, 2022Copper Contributor
ASMX web service client .NET 6 (Android) Deserialization error with net6.0-android31.0 TFM
I'm trying to upgrade a Xamarin Android Native app to .NET 6 which connects to a Web Service (asmx) but I get many deserialization issues. To isolate the issue I took HelloAndroid project from Ja...
LanHuang
Aug 02, 2022Iron Contributor
Hi Adolfo Perez,
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET. Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang
- Adolfo PerezAug 02, 2022Copper Contributor
LanHuang hi. I have also posted on Q&A https://docs.microsoft.com/en-us/answers/questions/948725/asmx-web-service-client-net-6-android-deserializat.html but they are telling me that Xamarin Traditional (Not MAUI) should target .net Standard which I don't think is right. Per my understanding Xamarin Traditional upgrade path should target .Net 6 as JamesMontemagno did in his HelloAndroid project. I wish this wasn't this confusing