0
krushnakant created
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: v4.4.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- I created a new module from Abp suite and add it to my existing application and i have made some changes into it , now i want this full module (with changes in the module) into my another existing application . Is there any other way instead of creation of same module in other application ?
- Let me know easiest possible way, Thank you .
- Steps to reproduce the issue:"
1 Answer(s)
-
0
Hi @krushnakant
You can reference the same module from the second application. I suggest you to move the module to a shared folder between your applications and reference it from both applications.