[Mono-list] Compilation Errors on DataSet Classes Generated by XSD.exe

Miguel de Icaza miguel@ximian.com
04 Feb 2003 13:36:29 -0500


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