Open Closed

Project Not Working After Updating ABP Version #5513


User avatar
0
Mgandhi created

Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes Identity Server Separated (Angular)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I tried adding the File Management module in the project by referring the following document https://docs.abp.io/en/commercial/latest/modules/file-management#:~:text=File%20Management%20Module,size%20limit%20for%20your%20tenants.

In one of our previous tickets[https://support.abp.io/QA/Questions/5358/Upload-Files-in-File-Management-not-working], it was mentioned that the issue would be fixed in the latest version. So, I have updated the ABP version of my project from 7.2.2 to 7.3.1. But after the update, the project is not building and is throwing some conflicts. Here is the screenshot.

Do I have to do any further configurations after the update.


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

    Hi,

    Could you share the full error logs? thanks.

  • User Avatar
    0
    Mgandhi created

    Can you please check the email I have shared the logs.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    But after the update, the project is not building and is throwing some conflicts. Here is the screenshot

    Hi,

    Sorry, I mean share the log about this error, not the application logs.

  • User Avatar
    0
    Mgandhi created

    Hi The error is generated when we try to build the application using the command "dotnet build" for the auth-server. After updating the Abp version we not able to run the application only the above generated error has been reflected.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Could you share a new project that can reproduce the problem? I will check it. thanks. My email is shiwei.liang@volosoft.com

  • User Avatar
    0
    Mgandhi created

    I have shared the project please check your email.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    ok, i will check it.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You need to upgrade the leptonx theme package to 2.3.*-* version

  • User Avatar
    0
    Mgandhi created

    I have upgraded the leptonx theme package to 2.3.version as you said but still the web-public , Auth server and Angular projects are not building I am adding the screenshot of the errors below.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    It works for me.

  • User Avatar
    0
    Mgandhi created

    The Angular project is still not building.

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    The Angular project is still not building.

    Hi, your @angular* packages must be updated to ~16.0.* version because we are using this version with the ~7.3.* abp version

    Check the template

    Also make sure all package have same version

    • @abp/*
    • @volo/*
    • @volosoft/*

    @abp and @volo must be ~7.3.0 @volosoft (Which means theme.lepton-x) must be ~2.3.x

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