0
mc86 created
- ABP Framework version: v8.2.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
for example,if I want to use indentity user in one entity in my module should I reference Volo.Abp.Identity.pro in each project. or install Volo.Abp.Identity module,so when i chose "Include entities from ABP modules" then I can choses ABP entities.
1 Answer(s)
-
0
hi
Modules are independent of each other. It is not recommended to reference other module entities in your module.
But you can do this by
reference Volo.Abp.Identity.pro in each project.
when i chose "Include entities from ABP modules" then I can choses ABP entities.
I'm not sure you can do this. Like I said before
Modules are independent of each other.