Page 1 of 1

bad converting business objects to DataSet

Posted: Thu Jan 31, 2008 3:39 am
by kocka
List arr = new List()

StiBusinessObjectToDataSet dtSet = new StiBusinessObjectToDataSet();
DataSet dataSet = dtSet.ConvertBusinessObjectToDataSet("badDataSet", arr);

return bad DataSet if Some not class but struct!!!

bad converting business objects to DataSet

Posted: Thu Jan 31, 2008 10:19 am
by Edward
kocka wrote:List arr = new List()

StiBusinessObjectToDataSet dtSet = new StiBusinessObjectToDataSet();
DataSet dataSet = dtSet.ConvertBusinessObjectToDataSet("badDataSet", arr);

return bad DataSet if Some not class but struct!!!
We tried to reproduce the issue but without any success.

All worked correctly. (May you forget to add a link to Referenced Assemblies to dll or exe in the Designer to your application?)

Could you please provide us with a sample which demonstrates the issue?

Thank you.