Open Closed

How can i add module dll reference in other module? #4468


User avatar
0
krushnakant created
  • ABP Framework version: v5.2.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:My requirement is to add module dll reference in other module from ABP Suite.is it possible?
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    1
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry, Can you explain it in detail? thanks.

  • User Avatar
    0
    krushnakant created

    I have created two custom modules with different cruds, If i want to use first module's functionality to another same as when module reference given to Application. Can i give reference of first module to my second module and use functionalities combined without add it to another?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    As I understand, you want to add a module reference to another module. if so, it's possible. actually, we already did.

    For example:https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/AbpIdentityWebModule.cs#L23 The Identity module references the permission module.

    But you can't use the suite to do it, you need to add references manually.

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