Re: The argument type System.Data.DataSet cannot be converted into parameter type Sy by Josh
Josh
Wed Aug 13 05:19:23 CDT 2003
This is very strange indeed. It sounds like the type of message you would
get when using a web reference (which creates a "copy" of the type
definition, two completely different types as far as the runtime is
concerned).
Are you somehow loading separate versions of the framework?
Josh
"Paul Warnk" <pwarnk@comcast.net> wrote in message
news:025901c3603d$c8fe5ad0$a401280a@phx.gbl...
> 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