XmlDocument load function is giving Out of Memory Exception For large XML file(135mb)
Hi,
XmlDocument xmlDom = new XmlDocument();
xmlDom.Load("D:\CPDCL_01HW342889_ALL_new.xml");
according to me Innerxml data member of XmlDocument can not able to hold this large string data,
as its showing innerxml out of memmory exception when we load the xml.
since xml file is 135 mb, so we can not attach.so please let me know how to load the large (135mb)
xml file.
so we are waiting for ur reply.
NOTE: My code snippets are just snippets. They demonstrate an idea which can be adapted by you to solve your problem. They are not 100% complete and fully functional solutions equipped with error handling.
Bookmarks