Click here to Skip to main content
15,896,437 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I am having five XML files.

I I load more than 3 files System Out of memory exception occurs.

How to solve this
Posted
Comments
Sergey Alexandrovich Kryukov 7-Apr-14 14:31pm    
Sorry, not enough information.
—SA

1 solution

You will find this Code Project article helpful.

How to Open Large XML files without Loading the XML Files?[^]

The method in the article uses the XmlTextReader class.

Good luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900