passing XmlDocument Object to another domain by reference

G

Guest

Hi Guys

I am dynamically loading assembly in another domain and want to pass
xmlDocument to newly loaded assembly by reference in c#, but the xmlDocument
is not serializable,so cant do it

can anyone tell alternative way or how to pass xmlDocument.

Note: I dont want to pass xml as string

thanks
 
G

Guest

Hi Manish
Thanks for reply
my another question is if i modifie the xmlDocument in another domain
assembly will those changes will get reflected into original application?

can you if possible show some small example of the code ?

Regards
Nitin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top