Hi
As title says, if I add for example XML file to my project as content. I can read it from code with XDocument. But I cannot see file with in Isolated Storage. Also, XDocument throws exception when trying to save.
So, can I somehow modify files which are included as content ?
Or do I need to read XML and then save it to Isolated Storage and continue using it from there ?
This approach would drive to situation where files are as content, in some function/constructor read file with resource stream and save to isolated storage.

Reply With Quote

