Activities of "alper"

I checked your account. You are member to 2 organizations Waiin and Cloudeon. Cloudeon has a Team License and doesn't have source-code download option. If your project is created over Cloudeon organization, then you cannot add as project, and CLI will throw 403-Unauthorized.

I couldn't find System.Net.Http or System.Text.RegularExpressions in ABP new projects. Maybe one of your libraries added these DLLs.,

Angular:


MVC:

hi don, this request is in the backlog. I cannot declare a date for this implementation. but you can also develop it yourself, it's really not related to the ABP framework. you can always ask questions, if something blocks you from the ABP side.

@ninomartini , thanks for reporting the issue. it has been fixed and the new preview version will release tomorrow.

Answer

@liangshiwei can you check out what's the issue?

@thanhvl1 , if you remove Suite and install it again, the problem will be fixed.

abp suite remove
abp suite install

the problem is you have added "nuget.uxdrivers.com" source to the top of your sources. it's better to keep the official nuget server on top of all other sources.

@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

Showing 1581 to 1590 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11