Hi All,

                I am going to register a web service which is developed
in WCF, and uses a custom library which is developed in .NET 2.0 and
classes which we needed are [Serializable]. But we are still getting
this error.

 

Error: The type or namespace name 'schema' could not be found (are you
missing a using directive or an assembly reference?)

Here is Reference.cs chunk code,

 

/// <remarks/>

    [System.Diagnostics.DebuggerStepThroughAttribute()]

    [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true,
Namespace="http://schemas.datacontract.org/2004/07/PovNgBr";)]

    public partial class PovSessionMDataset : object,
System.ComponentModel.INotifyPropertyChanged {

        

        private schema schemaField;

        

        private System.Xml.Linq.XElement anyField;

        

        /// <remarks/>

 
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.o
rg/2001/XMLSchema", Order=0)]

        public schema schema {

            get {

                return this.schemaField;

            }

            set {

                this.schemaField = value;

                this.RaisePropertyChanged("schema");

            }

        }

 

 

 

Although by Right clicking on WebService it shows me Schema WSDL page.

 

Please guide me what is problem here.

 

 

 

 

 

 

 

Regards,

Niaz




------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

Reply via email to