Activities of "liangshiwei"

Hi,

Please see https://docs.abp.io/en/abp/latest/Tutorials/Part-10?UI=MVC&DB=EF

Answer

First remove the following code in your TiedemoWebModule class.

[DependsOn(typeof(AbpAccountPublicWebModule))]
[DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]

It works fine. About show the SampleApp module menus you can add module dependencies to the Tiedemo.

  1. add typeof(SampleAppApplicationModule) to TiedemoApplicationModule
  2. add typeof(SampleAppApplicationContractsModule) to TiedemoApplicationContractsModule
  3. add typeof(SampleAppDomainModule) to TiedemoDomainModule
  4. add typeof(SampleAppDomainSharedModule) to TiedemoDomainSharedModule
  5. add typeof(SampleAppEntityFrameworkCoreModule) to TiedemoEntityFrameworkCoreModule
  6. add typeof(SampleAppHttpApiModule) to TiedemoHttpApiModule
  7. add typeof(SampleAppHttpApiClientModule) to TiedemoHttpApiClientModule
  8. add typeof(SampleAppWebModule) to TiedemoWebModule

NOTE: If your module have entities , you need add migration file.

If you have the SampleApp permission, you will see the menus:

Hi,

You don't need to reference the source code, ABP provides some ways to extend the UI, it include change the layout. See https://docs.abp.io/en/abp/3.1/UI/AspNetCore/Customization-User-Interface#overriding-a-view-component

Answer

Yes , I can. @Leaf Could you share the github repository to me ? my email : shiwei.liang@volosoft.com

Hi,

We have created an issue for this ,it will fix in next version. but now, you need fix it manually.

Hi,

We have created an issue for this ,it will fix in next version.

Hi,

You can remove Volo.Saas.Tenant namespace and Volo.Saas.Tenant.* Nuget package

Maybe related to https://github.com/abpframework/abp/issues/4609, I will update the document.

I mean your commercial license

Hi,

Could you provide steps to reproduce the issue:

Showing 6331 to 6340 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20