0
carelearning created
2 Answer(s)
-
0
Hi,
We dont't have a documentation for that but your problem is related to not defining pageBaseType I think. Add a web.config under your new area similar to one in current area (MPA). It must contain a line to define pageBaseType like this.
... <pages pageBaseType="MyCompanyName.AbpZeroTemplate.Web.Views.AbpZeroTemplateWebViewPageBase"> ...
You can always ask for help if you face any other problems on doing that.
-
0
That works! Thank you.