Re: .NET Remoting and Runtime Serialization Is the data table collection Tables found within a dataset serializable?
asisurfer
Please note that I am not referring to serializing an individual data table, I am referring to serializing the DataTableCollection found within the DataSet. The member name is Tables. Under the 2.0 framework if I try to serialize the DataSet.Tables member I receive the following error message: "Type 'System.Data.DataTableCollection' in Assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable."