vb.net - Overflow or underflow in the arithmetic operation when clearing large Table -


i'm building large (>25,000 rows) tables.

i receive dreaded overflow or underflow error somewhere above 25,000 rows.

i've tried reset psuedo

table = nothing table = new table table.rows.clear() 

now, reset line referenced in trace same error.

how should problem handled?

try calling garbage collector:

gc.collect() 

Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -