Hi,
I have a datagridview that has 65000 rows and 200 columns. I need to extract unique rows from the datagridview based on some sort of relevancy percentage.
While processing these rows it gives me an error "System.OutOfMemoryException" at around 47000 row.
Can I by any chance handle this exception?
I searched for this exception over internet and found that it is related to RAM. I have 4GB RAM and my OS is Vista. However it would be used by people having as low as 512 MB RAM. So I need to find out a method that can handle this exception well..
Please help..
Regards,
Vaibhav
P.S. - I have posted the same question on vbforums.
The link is [ame="http://www.vbforums.com/showthread.php?p=3565016#post3565016"]http://www.vbforums.com/showthread.php?p=3565016#post3565016[/ame]
I have a datagridview that has 65000 rows and 200 columns. I need to extract unique rows from the datagridview based on some sort of relevancy percentage.
While processing these rows it gives me an error "System.OutOfMemoryException" at around 47000 row.
Can I by any chance handle this exception?
I searched for this exception over internet and found that it is related to RAM. I have 4GB RAM and my OS is Vista. However it would be used by people having as low as 512 MB RAM. So I need to find out a method that can handle this exception well..
Please help..
Regards,
Vaibhav
P.S. - I have posted the same question on vbforums.
The link is [ame="http://www.vbforums.com/showthread.php?p=3565016#post3565016"]http://www.vbforums.com/showthread.php?p=3565016#post3565016[/ame]
Last edited: