Re: How to use XmlNode or XmlElement in remote method calls?

From: Andrey Tyurin (pafnutij_at_km.ru)
Date: 01/28/05


Date: Fri, 28 Jan 2005 19:04:41 +0300

Stil no solution... Is remoting intended to serve only simple request such
as "get string" and "get int"?

"Fred Hirschfeld" <a@b.c> wrote in message
news:%23BPAgmHBFHA.1296@TK2MSFTNGP10.phx.gbl...
> I would suggest that you simply return the XML as test and then have the
> client load that into a new document.
>
> Fred
>
> "Andrey Tyurin" <pafnutij@km.ru> wrote in message
> news:6499148.0501270427.662c0c20@posting.google.com...
> > Hi,
> >
> >
> > How to use XmlNode (or XmlElement) in remote method call? When i try
> > to return XmlNode from remote method, SerializationException occurs
> > (The
> > type System.Xml.XmlElement is not marked as serializable).
> >
> > Is there simple way to get around this problem? Any code examples will
> > be very appreciated!
> >
> >
> > Thanks,
> > Andrey
>
>



Relevant Pages