check all the properties of the Form, do any have (erroneous) recursive
properties? eg
public int MyField
{ get { return MyField } }
I have known this to crash the designer previously.
Other than that, start commenting out chunks of code to divide the
problem up and see which area is causing an issue.
On 28/05/2012 10:21 AM, [email protected] wrote:
I have a winforms project that has many forms but one specific form
will not open and freezes vs2010. Anyone suggest a method by which i
can determine the line or control causing this to happen?
Anthony