|
-
Dec 2nd, 2008, 01:37 PM
#1
Thread Starter
Hyperactive Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|