hi
Any error?
hi
We will check this. Thanks
hi
CMS KIT module only supports MVC and Blazor.
However, I got another problem after adding CmsKit.Pro module, there is no update on the database level.
You can remove the empty migration.
I know that the Angular UI is not supported for this module, but the administration and management CMS functions should be supported, right?
I think so.
hi jfistelmann
We will check this.
hi
var myModal = new abp.ModalManager({
//...options
});
//Open the modal
myModal.open();
//Close the modal
myModal.close();
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Modals
hi
Try running the yarn and yarn start
hi
We can't see where this application references the Volo.Identity.Pro.Web from our Blazor app. The only thing that comes close is Volo.Abp.Identity.Pro.Blazor.Server
For Blazor Server the source code of Users page is \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor and \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor.cs
Your startup project 'AbpModuleTemplate.EntityFrameworkCore' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again.
Can you try to add the Microsoft.EntityFrameworkCore.Design package to EntityFrameworkCore?
We will investigate this.