I will check it.
Try copying AbpLicenseCode
into your project's appsettings.json
.
You can find AbpLicenseCode
in the app-pro
project
Will be fixed in 2.1.
hi
Because the application service generated by the template has permissions by default, the menu also needs permissions.
The comments below may help you. https://github.com/abpframework/abp/issues/2787#issuecomment-583873851 https://github.com/abpframework/abp/issues/2533#issuecomment-570939959
hi
Are you using razor page or angular?
we have pushed the package Volo.Abp.Commercial.SuiteTemplates.
Please see the settings documentation.
https://docs.abp.io/en/abp/latest/Settings https://docs.abp.io/en/abp/latest/Settings#setting-values-in-the-application-configuration
Try to delete the license information and log in again.
Windows Command Prompt:
del "%UserProfile%\.abp\cli\access-token.bin" && del "%UserProfile%\AppData\Local\Temp\AbpLicense.bin"
hi @amasanad
It is recommended that you use the DbMigrator
project to create the database.
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#dbmigrator-project
If you want to use dotnet ef tool. Please install it manually in the project.
see https://docs.microsoft.com/en-us/ef/core/get-started/install/#get-the-entity-framework-core-tools https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/3.1.1