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)
- 
    0Hi, 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 CLIYou can always download source codes with ABP CLI with the following command: - Download source code to .\account-pro-sourcefolder:
 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-fileDownloads the source into modulesfolder and adds local reference to your project by replacing nuget referencesReplacing via ABP StudioFollow; 

 
                                