I have a base form BaseForm which I use for saving settings. This form have no controls in it and it’s opened in the designer as an empty form. However, when I inherit this form, the designer refuses to open the newly created form in the designer (there’s no button View in Designer). What may be the problem ? Thanks
I have a base form BaseForm which I use for saving settings. This form
Share
The problem is with the
.csprojfile.Every form has a signature in the file like this
The
SubTypeelement says that this is actually a form and in my file this was deleted for some reason.