2013年12月31日

[转]c# xml.Load() locking file on disk causing errors

摘要: 本文转自:http://stackoverflow.com/questions/1812598/c-sharp-xml-load-locking-file-on-disk-causing-errors问:I have a simple class XmlFileHelper as follows:publicXmlFileHelper(string xmlFilePath) { this.xmlFilePath = xmlFilePath; xmlDoc.Load(xmlFilePath); }this occurs when this class is used to by two runn 阅读全文

posted @ 2013-12-31 09:55 freeliver54 阅读(324) 评论(0) 推荐(0)

导航