Open Closed

How to add/reuse existing ABP module in an existing ABP Application? #3266


User avatar
0
xanthusmnwong created
  • ABP Framework version: v5.1.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC
  • Exception message and stack trace: N/A
  • Steps to reproduce the issue:"

According to https://docs.abp.io/en/commercial/latest/abp-suite/create-module-solution, we could create new ABP module and add it inside an existing application, the whole process could be done by ABP suite. However, I could not find an option to let me import/add an existing ABP module [which was created by ABP suite before] into my existing ABP application. May I know if ABP suite support adding existing ABP module? Thanks


2 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Hello, we do not support this directly, but I will create an internal issue as a feature request.

    However, there is a quick method by which you can do this.

    With Suite, create a new module with the same name as your existing module (Suite will automatically handle the project dependencies). Then only replace the path of the reference given to the modules in the csproj files. Then you can delete the module you just created.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Closing the issue. Feel free to re-open, if you have any further questions on this topic.

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