[Mono-list] Compilation Errors on DataSet Classes Generated byXSD.exe
Daniel Morgan
danmorg@sc.rr.com
Wed, 5 Feb 2003 11:31:25 -0500
Hi Alan,
Ville Palo has committed your patches to cvs.
Cheers,
Daniel
-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com]On Behalf Of Alan Tam
Sent: Wednesday, February 05, 2003 10:19 AM
To: Mono-List
Subject: Re: [Mono-list] Compilation Errors on DataSet Classes Generated
byXSD.exe
Attached please find a patch for mcs/class/System.Data/System.Data/
and a new file for mcs/class/System/System.ComponentModel/
Suggested ChangeLog for mcs/class/System.Data/System.Data/:
Added framework for DataSet.Update
Implemented missing methods GetSchemaSerializable, GetSerializationData,
ReadXmlSerializable, ShouldSerializeRelations and ShouldSerializeTables for
DataSet
Implemented missing methods CreateInstance and GetRowType for DataTable
Suggested ChangeLog for mcs/class/System/System.ComponentModel/:
Implemented DesignerCategoryAttribute
Regards,
Alan
----- Original Message -----
From: "Miguel de Icaza" <miguel@ximian.com>
To: "Alan Tam" <Tam@SiuLung.com>
Cc: "Mono-List" <mono-list@ximian.com>
Sent: Wednesday, February 05, 2003 2:36 AM
Subject: Re: [Mono-list] Compilation Errors on DataSet Classes Generated
byXSD.exe
> Hello,
>
> > I've tried to generate a class from XSD.exe by Microsoft and compile it
in
> > Mono. There are many compilation errors and I have to at least patch it
like
> > this in order to make it work.
>
> Please post your patches in diff -u form, and also explain what the
> patch does in a ChangeLog entry.
>
> Removing functionality is usually not a good idea. It might be best to
> just implement the missing classes.
>
> Miguel
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>