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
Jorn Anke
NA
3
5.3k
How to parse large text-files
Jan 7 2011 3:53 PM
Hi,
I am writing an application where I need to
- read data from one textfile
- do some processing
- write processed data to a new textfile.
I am using a streamreader for reading the whole textfile at once, then performing the processing in one step, and then writing all data to the new textfile.
This works fine until I try to process files bigger then about 100MB. Then, with bigger files, the prog. crashes and throws an "Out of memory exception".
Anyone who know how to get around this problem?
Thanks in advance,
Jorn
Reply
Answers (
1
)
Using update method to update an empty table in access
How do I programatically create and fill a TableLayoutPanel.