Open Closed

ABP CLI & ABP Suite Upgrade Error #1235


User avatar
0
ihugo created

I have been working on a solution which is using ABP Framework Version 4.2.0 for a few months now.

ABP Suite works great to generate entities and to update existing entities. I updated an entity this morning with no issue.

I saw that there was an update to the CLI and the Suite and I updated both after I updated my entity this morning.

While working on another ticket, I needed to update another entity but am now receiving this error:

I attempted to uninstall both the suite and the CLI and reinstall, but this did not help.

Any suggestions on getting around this issue?


2 Answer(s)
  • User Avatar
    1
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    New versions of Cli & Suite may not work with 4.2.0 version.

    To install v4.2.0 version of them, run following commands:

    dotnet tool uninstall Volo.Abp.Cli -g dotnet tool install Volo.Abp.Cli -g --version 4.2.0

    dotnet tool uninstall Volo.Abp.Suite -g abp suite install -v 4.2.0

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

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