H
Harry Strybos
Visual Studio 2005 - SP1 - VB.Net on WinXP SP2
I add a typed dataset to my solution and get the following errors :
Error 1 sub 'ReadXmlSerializable' cannot be declared 'Overrides' because it
does not override a sub in a base class.
C:\AAProjects.Net\TRM8\TRM8.UI\Reports\BillingReport.Designer.vb 125 29
TRM8.UI
Error 2 'Protected Overrides Function GetSchemaSerializable() As
System.Xml.Schema.XmlSchema' cannot override 'Protected Overridable Function
GetSchemaSerializable() As System.Xml.Schema.XmlSchema' because they differ
by their return types.
C:\AAProjects.Net\TRM8\TRM8.UI\Reports\BillingReport.Designer.vb 145 34
TRM8.UI
I have a reference to System.Xml.
If I start a new project, and add a typed dataset, this error does not
occur.
Can anyone help me with this frustrating problem.
TIA
I add a typed dataset to my solution and get the following errors :
Error 1 sub 'ReadXmlSerializable' cannot be declared 'Overrides' because it
does not override a sub in a base class.
C:\AAProjects.Net\TRM8\TRM8.UI\Reports\BillingReport.Designer.vb 125 29
TRM8.UI
Error 2 'Protected Overrides Function GetSchemaSerializable() As
System.Xml.Schema.XmlSchema' cannot override 'Protected Overridable Function
GetSchemaSerializable() As System.Xml.Schema.XmlSchema' because they differ
by their return types.
C:\AAProjects.Net\TRM8\TRM8.UI\Reports\BillingReport.Designer.vb 145 34
TRM8.UI
I have a reference to System.Xml.
If I start a new project, and add a typed dataset, this error does not
occur.
Can anyone help me with this frustrating problem.
TIA