Base solution for your next web application
Open Closed

New Custom Area with a Custom Menu #3689


User avatar
0
20summers created

I have created a new Area called CRM that I have in addition to the App area All is working well except the custom menu for this area This new area has its own Startup Folder with public class CRMNavigationProvider : NavigationProvider

I find when I change this line from App to CRM public const string MenuName = "CRM";

I get the following error

AbpException: There is no menu with given name: CRM Abp.Application.Navigation.UserNavigationManager+<GetMenuAsync>d__12.MoveNext()

When I change it back to App, I do not get the error, but it shows the menu from the App Area

How Do I implement a custom menu for this area?


1 Answer(s)