I am writing and reading data from and to XML files using DataContractSerializer. One App reads the XML and another writes the XML.
Or at least that's what i want to accomplish. The problem though is that I've got two different namespaces, one for the creating app and one for the reading.
How do i manage to write to a XML file from one namespace and read it from another?
No comments:
Post a Comment