.NET 2.0 WebService is not available in the default portable Xamarin.Forms solution
I created a new project in Xamarin Studio, exactly an empty version of Xamarin.Forms Portable, but when I add a WebReference, the dropdown for NET Framework 2.0 WebServices is disabled. Because?
+3
gidanmx2
source
to share
1 answer
As WCF is the only WebServices framework included in the .Net Framework 4 or 4.5 client.
Asp.NET will be required for Net Framework 2.0 Web Services and this will make the solution not portable in some environments such as Windows Phone 8.
+3
Chris grundy
source
to share