Results 1 to 10 of 10

Thread: [2005] 'System.StackOverflowException'

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    406

    [2005] 'System.StackOverflowException'

    Good afternoon!

    I have been receiving the below exception:

    An unhandled exception of type 'System.StackOverflowException' occurred in System.Data.dll

    My app has various text boxes that allows a user to enter certain criteria for fields to build a filter property for a datagridview.

    Whenever the user enters more than 300 or so items (could be character limit, not sure), the above error occurs when they attempt to receive the records. Or maybe a limit on the amount of records it can return.

    I can't seem to Catch the exception, and do the app just closes.

    Looking at the 'View Detail' only shows the above exception message.

    Any ideas?

    Thanks!
    Last edited by jeffcravener; Dec 2nd, 2008 at 01:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width