Open Closed

Issue while updating to LeptonX #3560


User avatar
0
viswajwalith created
  • ABP Framework version: v5.1.3
  • UI type: MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We are trying to update to LeptonX from Lepton Theme, added all the necessary packages but still getting the below error ? any guidance to fix this out?


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi

    Steps to reproduce the issue

  • User Avatar
    0
    viswajwalith created

    Hi

    Steps to reproduce the issue

    -installed Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX package to existing project (5.1.3 version ) -Deleted <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="5.1.3" /> reference in web Proj file -Deleted "using Volo.Abp.LeptonTheme.Management;" references from web module class files. -added this to web module class file "using Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX;" -added "typeof(AbpAspNetCoreMvcUiLeptonXThemeModule)" in class file -removed all references related to old lepton theme like Bundling, Components and below reference @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.Content.Alerts @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.Content.BreadCrumb @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.Content.Title @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.Header @using Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Bundling

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    The LeptonX theme earlier versions had a lot of problems, not recommended for production env.

    I suggest you use the latest ABP version 6.0.0-rc.2 with LeptonX theme version 1.0.0-rc.3

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Here is the migration guide: https://docs.abp.io/en/commercial/6.0/themes/lepton-x/commercial/mvc

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11