I dont know if anyone has experienced this, but it is REALLY frustrating.
I have a form called frmBase... I have a bunch of controls and a little bit of code on that form.
Now there is another form which inherits from frmBase. The problem is that none of the controls on frmBase show up on the inherited form (at design time). If I run the application and open up the inherited form, all the inherited controls show up. But for some reason I cant see them at design time.

Any one has a solution? I dont know how to get around this. It would seem really stupid if VS.NET doesnt support showing of inherited controls. I know you can see them in an inherited usercontrol.