Open Closed

Dependency Resolution Exception #1770


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you try to add SettingManagementApplicationModule?

    You can create a new 4.4 project to check the code of SettingManagement module.

  • User Avatar
    0
    sunivycsm created

    Do I have to add a new package?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can create a new 4.4 project to check the code of SettingManagement module.

  • User Avatar
    0
    sunivycsm created

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11