Hi everybody,
I created a web form (WFrmEnt) and then used the MustInherit clause to make the webform class to an abstract base class. I then inherited WFrmEnt class in another web form (ItemEnt) which has additional controls to those present in WFrmEnt. ItemEnt runs perfectly fine, but its designer window does not open and shows the error message:
"The file failed to load in the Web designer. Please correct the following error, then load it again. Type Abstract." What could be the problem?


Reply With Quote