I thought I could just return an XmlDocument from my
Remote Server but I am getting an "Internal Server Error"
message. I think the code is good. The only thing I can
come up with is maybe XmlDocuments are not serializable.
I have a hard time believing that, but that's the only
thing I can come up with.
Thanks
Andrew - 28 Aug 2003 18:49 GMT
No, it is not serializable.
You can wrap your XmlDocument (or parts of it) with an accessor object that
inherits from MarshalByRefObject to access it but it would be difficult to
get a copy of it across the remoting channel.
> I thought I could just return an XmlDocument from my
> Remote Server but I am getting an "Internal Server Error"
[quoted text clipped - 4 lines]
>
> Thanks