Activities of "maliming"

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.

Answer

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

Answer

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.

Answer

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.

Try copying AbpLicenseCode into your project's appsettings.json.

You can find AbpLicenseCode in the app-pro project

Showing 7711 to 7720 of 7721 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13