Open Closed

Unable-to-download-account-pro-source-code in Abp Suite #9176


User avatar
0
rogercprops created

Provide us with the following info:

  • Template: app-nolayers

  • Created ABP Studio Version: 0.9.25

  • Current ABP Studio Version: 0.9.25

  • Multi-Tenancy: Yes

  • UI Framework: mvc

  • Theme: leptonx

  • Theme Style: system

  • Run Install Libs: Yes

  • Database Provider: ef

  • Database Management System: sqlserver

  • Create Initial Migration: Yes

  • Run Db Migrator: Yes

  • Use Local References: No

  • Optional Modules:

    • GDPR
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • OpenIddictAdmin
  • Exception message and full stack trace:

From Abp Suite Modules tab: Module management is not supported for the current solution's template type

  • Steps to reproduce the issue:
  • Created solution in Abp Studio using multiple layer template
  • Opened Abp Suite
  • Clicked on Modules tab

1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi,

    Some new templates don't have ABP Suite support right now.

    Here 2 approaches you can follow:

    • Using ABP CLI
    • Using ABP Studio

    Download via CLI

    You can always download source codes with ABP CLI with the following command:

    • Download source code to .\account-pro-source folder:
    abp get-source Volo.Abp.Account.Pro -o .\account-pro-source
    
    • Replace nuget packages with source code in your solution:
    abp add-source-code Volo.Abp.Account.Pro --add-to-solution-file
    

    Downloads the source into modules folder and adds local reference to your project by replacing nuget references

    Replacing via ABP Studio

    Follow;

    • Right click to Account.Pro from dependencies.
    • Choose "Replace with Source Code"
    • It automatically downloads the source code and replaces it for your project
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on June 23, 2025, 11:58