Open Closed

IPermissionStateManager, ITenantAppService, DefaultConnectionString are throwing errors after abp upgrade to 6 #4244


User avatar
0
Repunjay created

Hi Team,

I am getting below 3 errors after upgrading to 6, please guide/provide the resolution for this, screen shots attached for the same.

  1. IPermissionStateManager is throwing a reference missing error, is it removed or renamed?
  2. ITenantAppService is excepecting implementation, why it is required and how to do it?
  3. Why the DefaultConnectionString throwing an error, how to resolve it?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    1. IPermissionStateManager is removed. see https://github.com/abpframework/abp/pull/8742
    2. ITenantAppService adds some new methods.
    3. The new input dto class

  • User Avatar
    0
    Repunjay created

    IdentityUserAppService Error, below are screen shots.

    already provided the Options but still its showing Options are not provided.

  • User Avatar
    0
    Repunjay created

    IPermissionManager type also throwing an error as below

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can temporarily comment out the constructor and let the IDE generate the constructor for you.

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