hello,

i m trying to run the last sample at http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsData.aspx
this sample is about updating a dataset via a webservice
my problem is that the Save method of the UpdateCustomers WS can't return the dataset when an RowError string has been set to a DataRow in the DataSet.

I have an exception with XMLSerialization Error that i really don't understand..can anyone help me?

to trigger the error just try to erase the postalcode of a customer and click save

thanks