0
sunivycsm created
- ABP Framework version: v4.4.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: Dependency Resolution Exception
- Steps to reproduce the issue: The first, i go to settings on adminstrator menu and i get such an exception. What should I do in this case?
4 Answer(s)
-
0
hi
Can you try to add
SettingManagementApplicationModule
?You can create a new 4.4 project to check the code of
SettingManagement
module. -
0
Do I have to add a new package?
-
0
You can create a new 4.4 project to check the code of
SettingManagement
module. -
0
Thanks, I did this and it solved my case. I opened the source code folder and opened a console application, then I ran the below command and it was successful.
abp add-package Volo.Abp.SettingManagement.Application