M
MAF
I am trying to save an XMLDocument and I occasionally get a sharing
violation. Can I force the write in this case?
System.Xml.XmlDocument XMLDoc = new System.Xml.XmlDocument();
//Load file
//Do something
XMLDoc.Save("c:\test.xml");
violation. Can I force the write in this case?
System.Xml.XmlDocument XMLDoc = new System.Xml.XmlDocument();
//Load file
//Do something
XMLDoc.Save("c:\test.xml");