Activities of "alper"

@thanhvl1 is it an Angular project?

ABP Suite clean install steps:

  1. Remove ABP Suite
    Ensure that ABP Suite is not running! You can also restart your computer to avoid running in a background process.
abp suite remove

you can also use:

dotnet tool uninstall --global Volo.Abp.Suite

See also https://docs.microsoft.com/tr-tr/dotnet/core/tools/dotnet-tool-uninstall


  1. Delete the Suite installation directory:

for Windows:

%UserProfile%\.abp\suite

for MAC:

~/.abp/suite

  1. Install ABP Suite
abp suite install

you can also use

dotnet tool install -g Volo.Abp.Suite -add-source https://nuget.abp.io/***your-api-key-here***/v3/index.json

don't forget to replace the ***your-api-key*** with yours if you are using the dotnet tool install command. You can find your API key in the NuGet.config of your solution.

@Ryan.sposato@ethany.com, I created a new ticket for you. Let's move to https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem

ABP Framework version: v3.1.1 Would you please provide guidance on why I am unable to install ABP Suite v3.1.1. Here are the steps taken:

Step 1: dotnet tool install -g volo.abp.cli (Success)

Step 2: abp login <username> -p <password> (Success)

Step 3: abp suite install (Error below)

Reported here https://support.abp.io/QA/Questions/282#answer-804fcdf8-1450-56c2-3624-39f78ab3d96f


How to perform an ABP Suite clean install?

  • https://support.abp.io/QA/Questions/3931/I-purchased-a-license-from-Trial-License---ABP-LIC-0018

try this

dotnet tool install Volo.Abp.Suite --add-source https://nuget.abp.io/YOUR-PRIVATE-API-KEY/v3/index.json -g

Make sure to replace the YOUR-PRIVATE-API-KEY with yours (it's in your project's NuGet.Config file)

Answer

Suite adds it to main menu automatically. you don't need to manually add. just add-migration and update database, you'll see it in the menu. forexample, if your module project name is Acme.MyStore then there'll be a main menu item called "My Store", all the menu items are added under "My Store" parent menu.

Answer

all reported bugs are fixed. for minor versions, there's no release notes

Answer

hi @Leaf,

UI Framework is not meaningful for modules because a module solution has both Angular and MVC. So you can ignore the UI Framework : Angular. Probably this text will be removed in the next versions for modules.

@Johannes thanks for your feedback. it's reproduced and fixed in v3.1.1

hi quan.truong.anh@gmail.com I can verify that different namespace issue has been resolved in 3.1.1. This minor version will be released soon.

Showing 1671 to 1680 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10