User856206699 posted
I am getting the following error if i try to upload an XML document."An unhandled exception of type 'System.OutOfMemoryException' occurred in mscorlib.dll".
XmlDocument objXmlDoc = new XmlDocument();
objXmlDoc.Load(@"source");
the Xml file is more than 1gb
How to over come this problem?