hi rajasekhard2015 Can you share the full steps to reproduce your problem?
hi @talhazengin
Please share some code, what I see from the picture is not particularly clear.
Property injection will work after the constructor is executed.
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
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"
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
we have pushed the package Volo.Abp.Commercial.SuiteTemplates.
hi
Are you using razor page or angular?
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
Because the application service generated by the template has permissions by default, the menu also needs permissions.
Will be fixed in 2.1.