【问题标题】:Overflow or underflow in the arithmetic operation when clearing large Table清大表时算术运算溢出或下溢
【发布时间】:2013-07-10 19:39:32
【问题描述】:

我正在构建大型(>25,000 行)Tables。

我在超过 25,000 行的某处收到了可怕的 Overflow or underflow 错误。

我尝试过用psuedo重置

Table = Nothing
Table = New Table
Table.Rows.Clear()

现在,在同一错误的跟踪中引用了重置行。

这个问题应该如何处理?

【问题讨论】:

  • 你试过调用垃圾收集器吗?

标签: vb.net memory-management overflow html-table underflow


【解决方案1】:

尝试调用垃圾收集器:

GC.Collect()

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-01-25
    • 1970-01-01
    • 1970-01-01
    • 2011-05-15
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多