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" <(E-Mail Removed)> wrote in message
news:025901c3603d$c8fe5ad0$(E-Mail Removed)...
> 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
|