E
Efren Alcuizar
Hi!
I find it awkward that some of my methods returning a typed dataset runs
ok. While some throws an error saying 'object not set to an instance...' I
debugged the web service though but even right at the return statement the
typed dataset is instantiated. The inner exception includes something about
being unable to deserialize.
As I understood, when the typed dataset reached the client, the client
was not able to deserialize it back. What could be the possible cause for
this and work arounds? Is there something that you have to do with a typed
dataset before returning it via a web method?
Thanks!
I find it awkward that some of my methods returning a typed dataset runs
ok. While some throws an error saying 'object not set to an instance...' I
debugged the web service though but even right at the return statement the
typed dataset is instantiated. The inner exception includes something about
being unable to deserialize.
As I understood, when the typed dataset reached the client, the client
was not able to deserialize it back. What could be the possible cause for
this and work arounds? Is there something that you have to do with a typed
dataset before returning it via a web method?
Thanks!