P
Paul
Hi,
I've just run into a problem where my windows form displays correctly in the
VS IDE designer (#2.0), but has started appearing as a blank (default) form
at run time (it used to work). Using break points I've noticed that
InitializeComponent() does not appear to be called for this form, so none of
my components are being set up. If I rename "InitializeComponents()" I get
the same issue in design mode. Has anyone else run into this before, I'm
not completely sure how the design time editor can be happy with the code
and display my form correctly, but the run time engine does not. Is this
some form of corruption that will require me to recreate my form - or is
there a work around?
Please forgive me if this is a common question, I've searched the forums and
google'd but didn't find anything similar.
- Paul.
I've just run into a problem where my windows form displays correctly in the
VS IDE designer (#2.0), but has started appearing as a blank (default) form
at run time (it used to work). Using break points I've noticed that
InitializeComponent() does not appear to be called for this form, so none of
my components are being set up. If I rename "InitializeComponents()" I get
the same issue in design mode. Has anyone else run into this before, I'm
not completely sure how the design time editor can be happy with the code
and display my form correctly, but the run time engine does not. Is this
some form of corruption that will require me to recreate my form - or is
there a work around?
Please forgive me if this is a common question, I've searched the forums and
google'd but didn't find anything similar.
- Paul.