Re: [Mono-dev] urgent issue with reading xml into a dataset(System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
V. Varadhan > -Original Message- > From: Veerapuram Varadhan [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 12:50 PM > To: Rosenberg, Shlomi > Cc: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] urgent issue with reading xml into a > dataset(S

Re: [Mono-dev] urgent issue with reading xml into a dataset (System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
Hi Shlomi, On Fri, 2008-04-04 at 09:09 +0300, Rosenberg, Shlomi wrote: >  > Hi, > > I hava a dataset with a table containing the following row: > stepTable.Columns.Add("FuncXml", typeof(LabRat.LrtXml)); > in the XML file it looks like this: > > > Callback=""> > > Callback=""

[Mono-dev] urgent issue with reading xml into a dataset (System.InvalidCastException)

2008-04-03 Thread Rosenberg, Shlomi
Hi, I hava a dataset with a table containing the following row: stepTable.Columns.Add("FuncXml", typeof(LabRat.LrtXml)); in the XML file it looks like this: LrtXml is a class that implements IXmlSerializable, and it works fine on .NET framework 2.0. When