Activities of "alper"

There are many use-cases for AI at ABP. So, what are your expectations regarding AI from ABP? Fill out the form below ⤵ https://forms.gle/A8nFenCLgJUQujMUA

This is related to .NET 10. Because ABP v10 needs .NET 10 SDK, you need to install .NET 10 SDK from this link.

For a clean install, you can uninstall ABP CLI and reinstall.

  1. If you still have the old CLI, first uninstall it because the new CLI and the old CLI use the same command aliases.
dotnet tool uninstall -g volo.abp.cli 
  1. Uninstall the new CLI also:
dotnet tool uninstall -g volo.abp.studio.cli
  1. Install .NET 10 SDK (you can use winget for silent install):
winget install Microsoft.DotNet.SDK.10
  1. Install the new CLI:
dotnet tool install -g volo.abp.studio.cli

Note: you don't need to install the old CLI volo.abp.cli.

Question

When I run the following command ABP CLI is not being installed:

Command which I run:

dotnet tool update -g Volo.Abp.Studio.Cli

Console output:

Tool 'volo.abp.studio.cli' failed to update due to the following:
Failed to create shell shim for tool 'volo.abp.studio.cli': Command 'abp' conflicts with an existing command from another tool.
Tool 'volo.abp.studio.cli' failed to install.

even after updating ABP Studio I'm now getting the following error:

as I can see you have an active license under Ecosoft until 2027-10-29. so you need to login with this organization as @maliming said.

As I remember, these endpoints are being cached, so if Redis is running, then only the first request can be slow; other requests must be returned very fast.

we didn't use this library in our templates so you don't need to purchase. but if you like it and want to use it in your final app then you need to buy.

When adding Blazorise middleware, you basically enter your token key. Encrypt your token via ABP's Encryption library and write the encrypted text rather than the token itself. This way, you can make it harder to be accessed.

services
    .AddBlazorise( options =>
    {
        options.ProductToken = _stringEncryptionServce.Decrypt("xxxxxxx");
    } )

I'll talk this issue with Blazorise's owner

I'm closing this issue since we are contacting you via email.

@Sumeyye will check your issue

Showing 1 to 10 of 2065 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.1.0-preview. Updated on December 08, 2025, 08:24
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.