Skip to content
Loading
System.OutOfMemoryException -- too many arrays?
  • Mike Gold

    Hi,

    It would probably help to determine exactly where the exception is being thrown (which line #).  If you turn on CLR Exceptions in the Debugger (Debug->Exceptions in the menu), it will trap the error on the line number it occurs when running in debug mode.  This way we can determine if it's an allocation causing the error.

    Best,