i'm at the very beginning of moving my site to umbraco.
i created document types: default (master) and homepage and matching templates. also copied my user controls (.ascx) to usercontrols folder and dll's to bin folder
but when trying to run site in umbraco, i'm getting this error:
Unable to cast object of type 'ASP.default_aspx' to type 'RealEstate.UI.UIPageBase'.
the thing is that my default.aspx inherits my custom UIPageBase.
and i don't know how to handle that inheriting in umbraco
inheriting error in umbraco
hi
i'm at the very beginning of moving my site to umbraco.
i created document types: default (master) and homepage and matching templates. also copied my user controls (.ascx) to usercontrols folder and dll's to bin folder
but when trying to run site in umbraco, i'm getting this error:
Unable to cast object of type 'ASP.default_aspx' to type 'RealEstate.UI.UIPageBase'.
the thing is that my default.aspx inherits my custom UIPageBase.
and i don't know how to handle that inheriting in umbraco
thanks for any help
If you're using master pages and user controls you don't need the default.aspx page. Why do you want that page to inherit from UIPageBase?
Jeroen
is working on a reply...