Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Xamarin Studio Bug when consume web service

$
0
0

In the reference.cs the system tell me the tyme 'schema' in the auto generated code is not recognized!

/// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("XamarinStudio", "4.0.0.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/")] public partial class getClientDataResponseGetClientDataResult {

private schema schemaField;

private System.Xml.XmlElement anyField;

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2001/XMLSchema", Order=0)]
public schema schema {
    get {
        return this.schemaField;
    }
    set {
        this.schemaField = value;
    }
}

/// <remarks/>
[System.Xml.Serialization.XmlAnyElementAttribute(Order=1)]
public System.Xml.XmlElement Any {
    get {
        return this.anyField;
    }
    set {
        this.anyField = value;
    }
}

}


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>