N
N. Shehzad
All,
I have a webservice webmethod which does returns a strongly typed dataset
called MyStronglyTypedDataSet correctly.
On the client side, when I cast the dataset to my strongly typed dataset, it
throws the following error "Cannot convert type
ClientConsumer.localhost.MyStronglyTypedDataSet" to
"MyNameSpace.WebServices.MyStronglyTypedDataSet'
If I cast it as a regular dataset on client side, it works fine, but that
defeats the whole purpose of having strongly typed DS in first place.
I am using a web reference from the client application to the web service,
and also reference to the StronglyTpedDataSet dll that I created using SDK
Command Prompt
What am I doing wrong?
I have a webservice webmethod which does returns a strongly typed dataset
called MyStronglyTypedDataSet correctly.
On the client side, when I cast the dataset to my strongly typed dataset, it
throws the following error "Cannot convert type
ClientConsumer.localhost.MyStronglyTypedDataSet" to
"MyNameSpace.WebServices.MyStronglyTypedDataSet'
If I cast it as a regular dataset on client side, it works fine, but that
defeats the whole purpose of having strongly typed DS in first place.
I am using a web reference from the client application to the web service,
and also reference to the StronglyTpedDataSet dll that I created using SDK
Command Prompt
What am I doing wrong?