StockOverflowException in Win98

  • Thread starter Thread starter wojtek
  • Start date Start date
W

wojtek

Hi,

I have problems with executing my application in Win98. I get an error
StackOverflowException in many unexpected moments. In Win2000 and WinXP it
works well. What to do?

Regards
Wojtek
 
Hi,

Are you using any recursive method?

It may be the problem, if not post more details of where the exception is
thrown.

cheers,
 
Without more details it is impossible to tell. Provide a short code sample
that reproduces the problem or more information about the error (event log,
etc.)

Does this happen when running under a debugger or only with production code?
 
Back
Top