Activities of "npnutthapon"

Thanks a lot (:

hi,

here is mine

Project 'NDWC.Web.Portal' has the following package references
   [net9.0]:
   Top-level Package                                       Requested   Resolved
   > Hangfire.SqlServer                                    1.8.14      1.8.14
   > IdentityServer4.AccessTokenValidation                 3.0.1       3.0.1
   > Microsoft.AspNet.Identity.Core                        2.2.4       2.2.4
   > Microsoft.Extensions.FileProviders.Embedded           9.0.4       9.0.4
   > Microsoft.Extensions.Identity.Core                    9.0.4       9.0.4
   > Microsoft.Owin                                        4.2.2       4.2.2
   > Microsoft.VisualStudio.Web.CodeGeneration.Design      3.1.5       3.1.5
   > Moment.js                                             2.30.1      2.30.1
   > Serilog                                               2.9.0       2.9.0
   > Serilog.Extensions.Hosting                            3.1.0       3.1.0
   > Serilog.Sinks.Console                                 3.1.1       3.1.1
   > Serilog.Sinks.File                                    4.1.0       4.1.0
   > Swashbuckle.AspNetCore                                5.5.0       5.5.0
   > Volo.Abp.Account.Pro.Admin.Web                        9.0.4       9.0.4
   > Volo.Abp.Account.Pro.Public.Web.IdentityServer        9.0.4       9.0.4
   > Volo.Abp.AspNetCore.Authentication.JwtBearer          9.0.4       9.0.4
   > Volo.Abp.AspNetCore.Mvc                               9.0.4       9.0.4
   > Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX              4.0.4       4.0.4
   > Volo.Abp.AuditLogging.Web                             9.0.4       9.0.4
   > Volo.Abp.Autofac                                      9.0.4       9.0.4
   > Volo.Abp.BackgroundJobs.HangFire                      9.0.4       9.0.4
   > Volo.Abp.FeatureManagement.Web                        9.0.4       9.0.4
   > Volo.Abp.Identity.Pro.Web                             9.0.4       9.0.4
   > Volo.Abp.IdentityServer.Web                           9.0.4       9.0.4
   > Volo.Abp.LanguageManagement.Web                       9.0.4       9.0.4
   > Volo.Abp.TextTemplateManagement.Web                   9.0.4       9.0.4
   > Volo.Saas.Host.Web                                    9.0.4       9.0.4

Hi,

Although the project builds successfully, the web application fails to run. I suspect this may be due to version incompatibilities between some libraries. Could you please provide the versions of the library dependencies you used to build the web project?

Thanks.

Hi,

Unfortunately, I’m very sorry to say that we’re unable to provide any additional source code at this time. The code is currently being used in a production environment, and sharing other parts of it may raise concerns with our customers.

Is there any alternative way we could work around this? I fully understand that not having access to the complete source code may make it more difficult to provide support, but we’ll do our best to supply any additional information you may need to help us resolve this issue.

Thank you for your understanding.

I have already sent you an email.

Hi,

I have installed the Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX package (version 4.0.4) in my web project and updated the WebModule.cs file according to the documentation, replacing: typeof(LeptonThemeManagementWebModule), typeof(AbpAspNetCoreMvcUiLeptonThemeModule) with typeof(AbpAspNetCoreMvcUiLeptonXThemeModule)

The solution builds successfully, and the application was running normally prior to adding this package. However, after making the above changes, I encountered the following error at runtime.

Could you please advise whether I also need to update the version of Volo.Abp.EntityFrameworkCore to ensure compatibility with the LeptonX theme? If so, which version should I use?

If the issue is unrelated to the package version, I would appreciate any guidance you can provide on how to resolve it.

Thank you for your assistance. Please let me know if you need any further information or have any questions.

[15:37:20 INF] Starting web host.
[15:37:31 FTL] Host terminated unexpectedly!
Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule, Volo.Abp.EntityFrameworkCore, Version=9.0.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.
 ---> System.TypeLoadException: Method 'GetWaitingEventsAsync' in type 'Volo.Abp.EntityFrameworkCore.DistributedEvents.DbContextEventOutbox`1' from assembly 'Volo.Abp.EntityFrameworkCore, Version=9.0.3.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule.ConfigureServices(ServiceConfigurationContext context)
   at Volo.Abp.AbpApplicationBase.ConfigureServices()
   --- End of inner exception stack trace ---
   at Volo.Abp.AbpApplicationBase.ConfigureServices()
   at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplication[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at NDWC.Web.Portal.Startup.ConfigureServices(IServiceCollection services) in C:\Users\PhornthepChooleat\source\repos\NDWC-Web\aspnet-core\src\NDWC.Web.Portal\Startup.cs:line 13
   at InvokeStub_Startup.ConfigureServices(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass7_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)
   at Microsoft.Extensions.Hosting.HostBuilder.InitializeServiceProvider()
   at Microsoft.Extensions.Hosting.HostBuilder.Build()
   at NDWC.Web.Portal.Program.Main(String[] args) in C:\Users\PhornthepChooleat\source\repos\NDWC-Web\aspnet-core\src\NDWC.Web.Portal\Program.cs:line 30

C:\Users\PhornthepChooleat\source\repos\NDWC-Web\aspnet-core\src\NDWC.Web.Portal\bin\Debug\net9.0\NDWC.Web.Portal.exe (process 19436) exited with code 1 (0x1).
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
Showing 1 to 6 of 6 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.0.0-preview. Updated on September 04, 2025, 16:11