> When putting user controls in panels on a form, sometimes the designer just
> loses
> them.
The only way I experienced this before was if there were problems in control
code generation.
>We eliminated those
> possibilities by using a purbinary reference and the control was still lost
> on ocassion.
purbinary? what does this word mean?
> Any ideas what is going on and how to stop this it has made dealing with
> these particular forms a pain since we can't use the designer with the
> controls.
Perhaps I can only help you if you can present me sample code of your
controls and their designer classes.
WXS - 10 Dec 2004 21:13 GMT
That was meant to say a pure binary reference not a project reference so the
control should have been fine. Our project was a little too complex to break
out, when we heard others we having an issue we stopped creating the test app
to simulate the issue in a more trivial way for demonstration purposes and
just moved our code out of initialize component. It seems to be specific to
user controls on panels. The more panels you have the worse off you are.
Our best guess at the time was some sort of designer bug.
> > When putting user controls in panels on a form, sometimes the designer
> just
[quoted text clipped - 17 lines]
> Perhaps I can only help you if you can present me sample code of your
> controls and their designer classes.
joeycalisay - 13 Dec 2004 01:57 GMT
> Our best guess at the time was some sort of designer bug.
Ok then, if you want to put it that way, then so be it...
> That was meant to say a pure binary reference not a project reference so the
> control should have been fine. Our project was a little too complex to break
[quoted text clipped - 25 lines]
> > Perhaps I can only help you if you can present me sample code of your
> > controls and their designer classes.