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

Tom MagaroPosted Aug 20, 2014, 11:46 PM
Thanks Vulpes, that took care of it
VulpesPosted Aug 20, 2014, 6:57 PM
textReader.Close();
Tom MagaroPosted Aug 20, 2014, 2:56 PM
No, here is the code
VulpesPosted Aug 20, 2014, 12:25 PM