1 Answer(s)
-
0
ABP Studio clean install steps (recommended)
If your problem is license-related (login/license cache issues), a “clean install” usually means removing ABP Studio’s local data folders too, then signing in again.
STEP 1: Uninstall ABP Studio
- Close ABP Studio if it is running.
- WINDOWS: Uninstall ABP Studio from Add/Remove Programs
- MAC: Open the Applications folder. Drag ABP Studio to the Trash, or right-click it and select Move to Trash.
STEP 2: Remove ABP CLI
dotnet tool uninstall -g Volo.Abp.Studio.Cli
STEP 3: Delete the following files and folders (if they exist). Don't forget to replace
{your-username}with your OS username.WINDOWS
C:\Users\{your-username}\AppData\Local\abp-studio C:\Users\{your-username}\AppData\Local\Temp\AbpLicense.bin C:\Users\{your-username}\.abp\studio C:\Users\{your-username}\.abp\cliMAC
/Users/{your-username}/Library/Application Support/abp-studio /Users/{your-username}/Library/Caches/Temp/AbpLicense.bin /Users/{your-username}/.abp/studio /Users/{your-username}/.abp/cli
STEP 4: Install CLI and login
dotnet tool install -g Volo.Abp.Studio.Cli abp login <username>
STEP 5: Download the latest version from abp.io/studio and install ABP Studio. After launching the application, sign in with an account that belongs to an organization with an active ABP license.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)