Hi ,
I have multi level of UserControls.Sa y FORM1 is main form ,then UserControl1.
UserControl2:Us erControl1 &
UserControl3:Us erControl2
In UserContro2, there are some threading function which need to be overritten in UserControl3.So UserControl2 has been made abstract and that method too.
Now Application is running fine but ,I am not able to view the designer of UserControl3.Th e error message i m getting "[B]The designer must create an instance of type 'TestWinForm.Us erControlLevel2 ' but it cannot because the type is declared as abstract. [/B]".
Because of this error I am not able to modify the Layout of UserControl3.
Please help .
Regards,
Gyanendar
I have multi level of UserControls.Sa y FORM1 is main form ,then UserControl1.
UserControl2:Us erControl1 &
UserControl3:Us erControl2
In UserContro2, there are some threading function which need to be overritten in UserControl3.So UserControl2 has been made abstract and that method too.
Now Application is running fine but ,I am not able to view the designer of UserControl3.Th e error message i m getting "[B]The designer must create an instance of type 'TestWinForm.Us erControlLevel2 ' but it cannot because the type is declared as abstract. [/B]".
Because of this error I am not able to modify the Layout of UserControl3.
Please help .
Regards,
Gyanendar
Comment