A strange designer behavior with toolStrip, menuStrip while inheriting UserControls

Does anyone know about this?
In Visual C# Express Beta 2 in Form Designer I created my UserControl and added menuStrip and toolStrip in it. Their modifiers are "protected". Then I created my second UserControl, which is inherited from first. When I look through it in the Designer, all properties of menuStrip and toolStrip are "disabled", but they have to be "enabled"! What's the reason?
In Visual C# Express beta 1 everything was "all right"!
What should i do to change this "disabled" properties?
[515 byte] By [denis1900] at [2008-1-10]
# 1
I have the same problem... did you manage to solve it?

Thank you Simon

DogCatFish at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
This problem (still present in C# 2005 final) has been reported at the MSDN feedback site as http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=36eeb6d7-6de0-431e-b807-fb388f165074. Please vote on this bug if you want it to be fixed for SP1.
OShah at 2007-9-9 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...