Open Closed

Getting error after updating abp and .net version to latest #3447


User avatar
0
safi created

Hi

I have updated my abp and .net framework versions to latest one like 4.4.3 abp versions to 5.3 with .net 6. Swagger is working fine but getting error while running blazor project. Please see the below screenshot for the same.

  • ABP Framework version: v5.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Updated abp and .net framework to .net 6

Please solve my problem.

Thanks,


26 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Try to run abp bundle to update the JS and CSS in your Blazor WASM project,

  • User Avatar
    0
    safi created

    hi

    Try to run abp bundle to update the JS and CSS in your Blazor WASM project,

    yes did already after that getting same errors.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Does the API have any error logs?

  • User Avatar
    0
    safi created

    Does the API have any error logs?

    no swagger is working fine. Can we connect on zoom and check this? I already spent good hours to solve this issue.

    After running bundle command getting below error

    It's urgent !

  • User Avatar
    0
    safi created

    Please reply it's urgent !

  • User Avatar
    0
    safi created

    I changed port number in host appsettings so now getting below errors.

  • User Avatar
    0
    safi created

    Please reply it's urgent

  • User Avatar
    0
    safi created

    I changed port number in host appsettings so now getting below errors.

    Please provide solution for this. It's urgent.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Can you try to reproduce the problem in a new template project? Or steps and code that we can get the error locally?

  • User Avatar
    0
    safi created

    Can you try to reproduce the problem in a new template project? Or steps and code that we can get the error locally?

    Hi Mailming

    I can understand you want to reproduce this issue at your end so that you can provide solution but trust me I don't have much time left. I can share the steps like I have created a new project WASM blazor and after that I compared my existing project with new one so whatever new changes were missing in my existing project I added. Also updated all packages or references from abp suite as well as in folder project.

    After that I am getting above errors. Please help me guys it's really important.

    Thanks,

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to update the version of Blazorise.,

        <PackageReference Include="Blazorise.Bootstrap5" Version="1.0.4" />
        <PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.0.4" />
        <PackageReference Include="Blazorise.Components" Version="1.0.4" />
    

    I can't find a possible solution based on the info you provided, You can try to prepare a minimal project to reproduce the problem.

  • User Avatar
    0
    safi created

    hi

    You can try to update the version of Blazorise.,

        <PackageReference Include="Blazorise.Bootstrap5" Version="1.0.4" /> 
        <PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.0.4" /> 
        <PackageReference Include="Blazorise.Components" Version="1.0.4" /> 
    

    I can't find a possible solution based on the info you provided, You can try to prepare a minimal project to reproduce the problem.

    Directly I can add or have to update ? pls share command.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    In your Blazor.csproj file and update the Blazorise packages version to 1.0.4 then re-run the abp bundle command.

  • User Avatar
    0
    safi created

    In your Blazor.csproj file and update the Blazorise packages version to 1.0.4 then re-run the abp bundle command.

    OK doing now

  • User Avatar
    0
    safi created

    In your Blazor.csproj file and update the Blazorise packages version to 1.0.4 then re-run the abp bundle command.

    getting below errors

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Please find a way to provide a project that reproduces the problem.

  • User Avatar
    0
    safi created

    Please find a way to provide a project that reproduces the problem.

    Ok can I share project in mail?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    A minimal project, Thanks liming.ma@volosoft.com

  • User Avatar
    0
    safi created

    A minimal project, Thanks liming.ma@volosoft.com

    shared project in mail so pls check and provide solution.

    Thanks,

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I can't download, please share a url that can be downloaded directly.

  • User Avatar
    0
    safi created

    I can't download, please share a url that can be downloaded directly.

    shared link

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

  • User Avatar
    0
    safi created

    Gimme 5 mins to download.

  • User Avatar
    0
    safi created

    Shared with dropbox.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Resolved

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