J
Jeremy
I am trying to return a custom object from a web service, and get this very
cryptic message.
System.InvalidOperationException: There was an error generating the
XML document. --->
System.InvalidOperationException: The type myobject[] may not
be used in this context.
What does it mean?
The object I am returning has a couple of fields, plus an array containing
objects. The error message indicates a problem with creating xml for an
object in the array of objects.
Either no one else has problems with this, or no one else is doing this.
Maybe there is a better way. I'm open to suggestions.
Jeremy
cryptic message.
System.InvalidOperationException: There was an error generating the
XML document. --->
System.InvalidOperationException: The type myobject[] may not
be used in this context.
What does it mean?
The object I am returning has a couple of fields, plus an array containing
objects. The error message indicates a problem with creating xml for an
object in the array of objects.
Either no one else has problems with this, or no one else is doing this.
Maybe there is a better way. I'm open to suggestions.
Jeremy