N
nate axtell
Using VB.NET 2003 in Visual Studio...
I have created a base Form class ProjectA.FormA, that I inherit in another
class called ProjectB.FormB. FormA is declared as MustInherit. When I try
to view the inheriting class FormB in the Visual Studio Designer I see the
error:
"The designer must create and instance of 'ProjectA.FormA' but it cannot
because the type is declared as abstract."
If I remove the MustInherit and rebuild ProjectA then FormB is displayed
without the error. Has anyone found a way to use MustInherit in a base
class definition and then view the inheriting forms in the designer?
thanks,
nate
I have created a base Form class ProjectA.FormA, that I inherit in another
class called ProjectB.FormB. FormA is declared as MustInherit. When I try
to view the inheriting class FormB in the Visual Studio Designer I see the
error:
"The designer must create and instance of 'ProjectA.FormA' but it cannot
because the type is declared as abstract."
If I remove the MustInherit and rebuild ProjectA then FormB is displayed
without the error. Has anyone found a way to use MustInherit in a base
class definition and then view the inheriting forms in the designer?
thanks,
nate