System.StackOverflowException

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I get the above exception but the debugger does not tell
me anything about it's source or location. The exception
seems to be raised just after page (web form)
initialisation.

How can I possible debug an error like this?

Thanks
 
Check properties on the Form or objects it instatiates,
you possibly have a property that has a Get that refernces the property name
so it loops until the stack busts

hth

guy
 
Have you stepped through the program from the first line of code to the
exception? You will see what line it fails at.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top