Hi,
I am getting a process cannot access error when trying to save an xml document.
I have read the file with an XMLTextReader and added new elements to the file. All the code to write the new nodes executes, but when I use the XMLDocument.Save() method, I get the above error.
What's up?
Tom