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

Miguel de Icaza miguel@ximian.com
16 Feb 2003 18:52:57 -0500


Hello!

> With this patch, a newly generated class (by xsd.exe) needs only this
> modification to work:
> 32c32
> <         this.Relations.CollectionChanged += schemaChangedHandler;
> ---
> >         //this.Relations.CollectionChanged += schemaChangedHandler;
> 
> DataRelation related functions are largely not yet implemented. In this case
> "this.Relations" throws NotImplementedException. There is no solution except we
> can create a copy of DataRelationCollection and store it in
> DataSet.relationCollection.

Any chance we can get you interested in implementing those portions of
the code?

Miguel