TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kamal chhabra
NA
4
4.3k
Read data from xml to dataset and shows error out of memory
Jul 16 2015 12:51 PM
Hi,
I have xml file, which can be goes upto 2GB.
i want to convert that xml file to dataset. i am using below code
DataSet ds = new DataSet();
ds.ReadXml(@"c:\TempFiles\feed.xml");
that gives me error
"exception of type 'system.outofmemoryexception' was thrown".
Please suggest me.
Thanks
Kamal
Reply
Answers (
5
)
A textBox doesnt allow a transfert coming from a form
Replace Path in Text File C#