T
thechaosengine
Hi all,
I wanted to put some common security functions into a class that inherits
from the Page class and then use the new class as the basis for all my pages.
Unfortunately, if I try and inherit from my new SecurePage class and not
the old Page class, the designer breaks and will only allow me into html
mode. Bugger.
The error message given is:
* The designer could not be shown for this file because none of the classes
within it can be designed. The designer inspected the following classes
in the file:
* Login --- The base class 'ChaosTracker.UI.SecurePage' could not be loaded.
I know its possible to carry on without designer support but I can't really
be bothered with that carry on.
Does anyone know if its possible to get designer support back when inheriting
from custom base page classes
Thanks all
Kindest Regards
tce
I wanted to put some common security functions into a class that inherits
from the Page class and then use the new class as the basis for all my pages.
Unfortunately, if I try and inherit from my new SecurePage class and not
the old Page class, the designer breaks and will only allow me into html
mode. Bugger.
The error message given is:
* The designer could not be shown for this file because none of the classes
within it can be designed. The designer inspected the following classes
in the file:
* Login --- The base class 'ChaosTracker.UI.SecurePage' could not be loaded.
I know its possible to carry on without designer support but I can't really
be bothered with that carry on.
Does anyone know if its possible to get designer support back when inheriting
from custom base page classes
Thanks all
Kindest Regards
tce