D
Dan
I am back yet again 
I am encountering an Exception that has me scratching my
head. I have two forms. Form A launches Form B in response
to the user clicking a button. The Constructor for Form B
takes 5 parameters but none of them complicated ( three
short strings and two booleans ). Form B does have several
controls on it (around 148 when you count in group boxes,
labes and menus). However, I have forms with far more that
load without a problem.
The constructor simply sets 5 class values and of corse
the required InitializeComponent() call is there.
Everytime I attempt to load Form B I get the following
Exception
System.StackOverflowException: Exception of type
System.StackOverflowException was thrown
I can't figure out what the problem may be. If anyone has
any ideas I would greatly appreciate it. Thanks!
Dan

I am encountering an Exception that has me scratching my
head. I have two forms. Form A launches Form B in response
to the user clicking a button. The Constructor for Form B
takes 5 parameters but none of them complicated ( three
short strings and two booleans ). Form B does have several
controls on it (around 148 when you count in group boxes,
labes and menus). However, I have forms with far more that
load without a problem.
The constructor simply sets 5 class values and of corse
the required InitializeComponent() call is there.
Everytime I attempt to load Form B I get the following
Exception
System.StackOverflowException: Exception of type
System.StackOverflowException was thrown
I can't figure out what the problem may be. If anyone has
any ideas I would greatly appreciate it. Thanks!
Dan