Abp: No theme registered!

Created on 19 Jan 2020  路  2Comments  路  Source: abpframework/abp

I'm trying to remove AbpAspNetCoreMvcUiBasicThemeModule from my web module because I have my own theme, but I got this Exception:

AbpException: No theme registered! Use AbpThemingOptions to register themes.

..
Do I have to develop my own theme ? or I can just remove the basic theme module and work with razor pages normally ?

inactive question

Most helpful comment

Use AbpThemingOptions to register your theme. If you remove the theme, other modules will fail because they are using layouts of the current theme.
So, copy the basic theme into your solution and start your customization. This would be better and more compatible to existing modules.

All 2 comments

Use AbpThemingOptions to register your theme. If you remove the theme, other modules will fail because they are using layouts of the current theme.
So, copy the basic theme into your solution and start your customization. This would be better and more compatible to existing modules.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

hikalkan picture hikalkan  路  3Comments

mehdihadeli picture mehdihadeli  路  3Comments

leonkosak picture leonkosak  路  3Comments

ChangYinShung picture ChangYinShung  路  3Comments