G
Guest
I created 2 programs. One is a service and the other is a windows form
client. The 2 programas comunicate by remoting.
The client program creates a dataset with 2 tables (parent and child
tables), adds some rows in these tables and calls a Service's method
passing the dataset as a parameter.
Before to call the Sevice's method I put a break point at the client
application and checked that the child table had 2 rows (Count=2) . At the
begnning of the Service's method I put another break point and I saw that now
the child table had 0 rows (Count=0).
What's wrong. I think there is a problem with serialization.
client. The 2 programas comunicate by remoting.
The client program creates a dataset with 2 tables (parent and child
tables), adds some rows in these tables and calls a Service's method
passing the dataset as a parameter.
Before to call the Sevice's method I put a break point at the client
application and checked that the child table had 2 rows (Count=2) . At the
begnning of the Service's method I put another break point and I saw that now
the child table had 0 rows (Count=0).
What's wrong. I think there is a problem with serialization.