cannot figure out a solution to resolve the following. Thank you!
-
ABP Framework version: 9.1
PS C:\Users\mel> abp suite
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'C:\Users\mel.nuget\packages\volo.abp.studio.extensions.standardsolutiontemplates\0.9.24\lib\net9.0\Volo.Abp.Studio.Extensions.StandardSolutionTemplates.Cli.dll'. The system cannot find the file specified.
2 Answer(s)
-
0
Hi,
It seems there is cache problem, can you try cleaning all the nuget cache and install abp suite standalone.
dotnet nuget locals all --clear
Install/update abp cli:
dotnet tool update --global Volo.Abp.Studio.Cli
Then try to open
abp suite
abp suite
⚠️ Make sure you're logged in ABP CLI or ABP Studio. you can check if you're authenticated or not via following command:
abp login-info
If you're not logged in, use
abp login
command -
0
Thank you I believe the upgrades in installed took care of the issue