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 --clearInstall/update abp cli:
dotnet tool update --global Volo.Abp.Studio.CliThen try to open
abp suiteabp 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-infoIf you're not logged in, use
abp logincommand - 
    0
Thank you I believe the upgrades in installed took care of the issue