ckhlam
11-03-2004, 05:56 AM
Hi all,
I have make a base class which is used for handling all basic and initial subroutines. I have two abstract functions in this base class which request the child class to implement.
The problem come out now. Once the child class (which is an UserControl) extend this base class, it is no long be able to loaded in Web Forms designer of the Visual Studio 2003. A message box prompt that
=================================================
"the file could not be loaded into the Web Forms designer. Please correct the following error and then try loading it again:
Type Abstract
Make sure all of the classes usedin the page are built or referenced int he project."
================================================
Does anyone know why? Here attach the files for reference.
Kinson
I have make a base class which is used for handling all basic and initial subroutines. I have two abstract functions in this base class which request the child class to implement.
The problem come out now. Once the child class (which is an UserControl) extend this base class, it is no long be able to loaded in Web Forms designer of the Visual Studio 2003. A message box prompt that
=================================================
"the file could not be loaded into the Web Forms designer. Please correct the following error and then try loading it again:
Type Abstract
Make sure all of the classes usedin the page are built or referenced int he project."
================================================
Does anyone know why? Here attach the files for reference.
Kinson