Open Closed

Error-VoloAbpStudioExtensionsStandardSolutionTemplatesClidll-not-found #9131


User avatar
0
icoretchi created

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

Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.

  • Exception message and full stack trace:

  • Steps to reproduce the issue:

Hi,

I've recently reinstall the Abp Studio version 0.9.25, and I am receiving the following error when try to use abp cli:
image.png

I've look through similar support issues, but didn't help. Any ideas?

Thanks


2 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, in ABP Studio templates we rely on the related extension and therefore after the first install of the related extension, we are using dotnet local cache and get the templates from the related extension.

    So, if you clear your local cache it should fix the problem, and in the next time, when you open ABP Studio or run any ABP Studio CLI command, then it should install the related extension package.

    So, please clear your local cache with the following command:

    dotnet nuget locals all --clear
    

    and then run ABP Studio or execute a CLI command.

    Regards.

  • User Avatar
    0
    icoretchi created

    Thanks

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10