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)
-
0
Hi,
Did you add CRMNavigationProvider to Module? Check this document: Registering Navigation Provider