C
cduden
Ok, I know this is going to sound odd but this is what I am seeing. I have
a form inheritance chain that looks like this:
baseform --> childform -- > two seperate endforms (endform1, endform2)
When I open the designer for childform I only see the controls that were
laid out in baseform. When I open either endforms I only see what was
defined in baseform + childform. Attaching to the vs process and attempting
to debug into InitializeComponent when opening the designer for endform1, it
never hits the breakpoints in endform1 even in the constructor. It does
however hit the breakpoints in childform's constructor. So essentially I
now have a bunch of forms that I cannot edit in the designer. Does anyone
have any clue as to what is going on?
Thanks,
CMD
a form inheritance chain that looks like this:
baseform --> childform -- > two seperate endforms (endform1, endform2)
When I open the designer for childform I only see the controls that were
laid out in baseform. When I open either endforms I only see what was
defined in baseform + childform. Attaching to the vs process and attempting
to debug into InitializeComponent when opening the designer for endform1, it
never hits the breakpoints in endform1 even in the constructor. It does
however hit the breakpoints in childform's constructor. So essentially I
now have a bunch of forms that I cannot edit in the designer. Does anyone
have any clue as to what is going on?
Thanks,
CMD