Activities of "2250368121"

[Maliming] said: 你的这个页面是MVC还是Angular?

是Angular 的

redis 工作正常

过了个把小时就会正常

编译重启后大概率就会出现语言加载问题 这是 baseSet源码 地址Deleted 感谢您!

namespace QRSPC.AdministrationService;

[DependsOn( typeof(AbpAuditLoggingEntityFrameworkCoreModule), typeof(TextTemplateManagementEntityFrameworkCoreModule), typeof(SaasEntityFrameworkCoreModule), typeof(BlobStoringDatabaseEntityFrameworkCoreModule), typeof(AbpPermissionManagementEntityFrameworkCoreModule), typeof(AbpFeatureManagementEntityFrameworkCoreModule), typeof(AbpSettingManagementEntityFrameworkCoreModule), typeof(LanguageManagementEntityFrameworkCoreModule), typeof(AbpEntityFrameworkCoreMySQLPomeloModule), typeof(AbpOpenIddictProDomainSharedModule), typeof(TextTemplateManagementApplicationModule), typeof(TextTemplateManagementHttpApiModule), typeof(LeptonXThemeManagementApplicationModule), typeof(LeptonXThemeManagementHttpApiModule), typeof(AbpAspNetCoreMvcUiMultiTenancyModule), typeof(QRSPCAdministrationServiceContractsModule), typeof(AbpPermissionManagementApplicationModule), typeof(AbpPermissionManagementHttpApiModule), typeof(AbpPermissionManagementDomainIdentityModule), typeof(AbpPermissionManagementDomainOpenIddictModule), typeof(AbpFeatureManagementApplicationModule), typeof(AbpFeatureManagementHttpApiModule), typeof(AbpSettingManagementApplicationModule), typeof(AbpSettingManagementHttpApiModule), typeof(AbpAutofacModule), typeof(AbpAspNetCoreSerilogModule), typeof(AbpSwashbuckleModule), typeof(AbpEventBusRabbitMqModule), typeof(AbpBackgroundJobsRabbitMqModule), typeof(AbpCachingStackExchangeRedisModule), typeof(AbpDistributedLockingModule), typeof(AbpAspNetCoreAuthenticationJwtBearerModule), typeof(AbpIdentityHttpApiClientModule), typeof(AbpStudioClientAspNetCoreModule) )] 这是administraiton 的依赖模块 是否要加上LanguageManagementDomainModule的引用?

您好!我查看了数据库数据是存在的,但是应用上没有加载出来

您好!这是我排查及现有的项目结构 麻烦您帮忙看看 这是 BaseSetService 的Module 看上去没有直接引用 LanguageManagementDomainModule, using Localization.Resources.AbpUi; using QRSPC.BaseSetService.Localization; using Volo.Abp.Application; using Volo.Abp.Authorization; using Volo.Abp.Commercial.SuiteTemplates; using Volo.Abp.Domain; using Volo.Abp.Http.Client; using Volo.Abp.Localization; using Volo.Abp.Localization.ExceptionHandling; using Volo.Abp.Modularity; using Volo.Abp.UI; using Volo.Abp.Validation; using Volo.Abp.Validation.Localization; using Volo.Abp.VirtualFileSystem;

namespace QRSPC.BaseSetService;

[DependsOn( typeof(AbpValidationModule), typeof(AbpUiModule), typeof(AbpAuthorizationAbstractionsModule), typeof(VoloAbpCommercialSuiteTemplatesModule), typeof(AbpDddApplicationContractsModule), typeof(AbpDddDomainSharedModule) )] public class QRSPCBaseSetServiceContractsModule : AbpModule { public override void ConfigureServices(ServiceConfigurationContext context) { Configure<AbpVirtualFileSystemOptions>(options => { options.FileSets.AddEmbedded<QRSPCBaseSetServiceContractsModule>(); });

    Configure&lt;AbpLocalizationOptions&gt;(options =>
    {
        options.Resources
            .Add&lt;BaseSetServiceResource&gt;("en")
            .AddBaseTypes(typeof(AbpValidationResource), typeof(AbpUiResource))
            .AddVirtualJson("/Localization/BaseSetService");
    });

    Configure&lt;AbpExceptionLocalizationOptions&gt;(options =>
    {
        options.MapCodeNamespace("BaseSetService", typeof(BaseSetServiceResource));
    });
}

} ,另外 检查过数据库 当语言文本管理 资源中不存在BaseSetService的资源时数据库数据也是没有的, 这是我的解决方案的结构

  • Steps to reproduce the issue:
  • 请问 我添加的微服务经常会出现语言包未加载的问题如图所示 我有一个BaseSetService的服务 在语言文本的资源中找不到,过段时间又会加载出来,我想知道语言资源包加载是通过那个服务加载的,另外我们还发现系统会在每过45分钟左右网页自动刷新一次而回到网页的首页上,无论是否在操作中还是无动作的情况下
  • Steps to reproduce the issue: 进行单点登录测试时 查询新增用户时用到了IIdentityUserAppService 但是提示未注册 商业版的可以注册AbpIdentityProEntityFrameworkCoreModule 但是无法注册 AbpIdentityProApplicationModule 请问这该怎么解决

[maliming] said: 它就是应该访问4200, 这没有问题, 请检查你的反向代理配置, 它没有对css或者js生效, 我对此没有太多经验

帮忙问下有经验的工程师 谢谢 在线等 急!!!

Showing 11 to 20 of 39 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.