我要买一台System.OutOfMemoryException。System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.writer) at System.Xml.Linq.XNode.ToString()
我在XmlDocument中有相同的数据,
我使用的是XmlDocument对象。当我将xml文件保存到Azure blob存储时,它是成功的。但是当我尝试从Azure下载它时,内容只会读到“System.Xml.XmlDocument”。这是我的代码:// ...content of doc omitted for brevity
using
经过6000次治疗后,我总是从我的第一个数据流任务中获得一个OutOfMemoryException。Description : System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was你知道这个记忆问题是从哪里来的吗?
在下面的XML代码片段中,我希望加载一个C#文档,编辑该文档,并将输出保存到用户指定的位置。我可以使用XmlDocument.Save方法保存到预定义的位置,但我如何才能允许用户保存到任何位置,比如选择“另存为”时?XmlDocument doc = new XmlDocument();doc.Save("File.xml")