P
Paul Warnk
I have a three tier application using remote objects.
Everything works fine in my development environment but
when I move the code to production, I get the following
error when passing a dataset as a parameter.
The argument type System.Data.DataSet cannot be converted
into parameter type System.Data.DataSet
Everything works fine in my development environment but
when I move the code to production, I get the following
error when passing a dataset as a parameter.
The argument type System.Data.DataSet cannot be converted
into parameter type System.Data.DataSet