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)
-
1
Hi,
Sorry, Can you explain it in detail? thanks.
-
0
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?
-
0
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.