Hi,
For me, I prefer PostgreSQL. also ABP platform uses PostgreSQL
Can you provide the full steps to reproduce? thanks.
Or you also can share a project that can reproduce the problem with me. shiwei.liang@volosoft.com
Hi,
It seems a problem, we will check it.
You can try to use the ABP CLI to install the package:
abp add-package Volo.Abp.LanguageManagement.Web
ok shiwei.liang@volosoft.com
I explain how to use Autofac in this answer
https://support.abp.io/QA/Questions/4821/Abp-Framework#answer-3a0a5c6a-4610-4c66-69ce-549a079f48c8
H,
You can see the error message.
Found more then one project
So, the ABP CLI can't automatically install the configuration for you, you need to install the module manually.
1
You need to install these packages:
Volo.Abp.LanguageManagement.WebVolo.Abp.LanguageManagement.HttpApi.ClientVolo.Abp.LanguageManagement.HttpApiVolo.Abp.LanguageManagement.EntityFrameworkCoreVolo.Abp.LanguageManagement.Domain.SharedVolo.Abp.LanguageManagement.DomainVolo.Abp.LanguageManagement.Application.ContractsVolo.Abp.LanguageManagement.ApplicationFor example, install the Volo.Abp.LanguageManagement.Web package to the MainApp.Web and add the typeof(LanguageManagementWebModule) to the MainAppWebModule module dependencies... etc
Maybe you need to add a namespace using, you can do it through the prompt of the IDE
2
Add builder.ConfigureLanguageManagement(); to the OnModelCreating method of the DbContext class.
Maybe you need to add a namespace using, you can do it through the prompt of the IDE
3
Run the dotnet ef migrations add AddLanguageManagement command in the .EntityFrameworkCore project directory to add the migration file.
4
Add "@volo/language-management": "~6.0.2" to the package.json file.
And run the abp install-libs command in the .Web project directory to restore the NPM packages.
5
The last step is to run the .DbMigrator command to apply the migration file.
Hi Ok good to see that the problem has been solved. I’m closing the question. Free open if still problem
Hi
Sorry,I didn’t quite understand what’s you mean.
As far as I know there is no ABPUSERROLES_SAVE.
Can you explain it in detail?
ABPROLES does not have some suitable fields for this purpose
No such fields, you can consider to extending entities: https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities