|
Is this a bug?
I got this message in the following circumstances:
UserControl with name"UC1" Class "UC1" has a constructor with a parameter. Class "UC1" has a control,"C1",with Modifiers set to Protected
UserControl with name, say, "UC2" Class "UC2" inherits from class "UC1"
Selecting "View Design" on "UC2" causes the the designer to display an error "Constructor of type <UC1> not found".
Workaround: Add a constructor to "UC1" that has zero parameters.
|