RE: Cannot open winform..help

2012-05-27 Thread ifumust
Great idea..will comment out code till it worksJ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Monday, 28 May 2012 12:31 PM To: ozDotNet Subject: Re: Cannot open winform..help check all the properties of the Form, do any have

Re: Cannot open winform..help

2012-05-27 Thread Wallace Turner
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 a

Re: Cannot open winform..help

2012-05-27 Thread Arjang Assadi
Get Notepad or Notepad++ Look at the constructor or initialisation code, And/Or just put the offending file and all it's resources in a zipped directory and send it over. Regards Arjang On 28 May 2012 12:21, wrote: > I have a winforms project that has many forms but one specific form will >

Cannot open winform..help

2012-05-27 Thread ifumust
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