Activities of "tulsalor"

Great, thank you!

Great... You are correct the NET 9 SDK was the problem. I forced it to use Net 8 and I could install.

 dotnet new globaljson --sdk-version 8.0.306
The template "global.json file" was created successfully.

PS D:\_\Sue4> dotnet --version
8.0.306
PS D:\_\Sue4> abp suite
[10:41:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[10:41:34 INF] Installing ABP Suite latest version...
You can invoke the tool using the following command: abp-suite
Tool 'volo.abp.suite' (version '8.3.2') was successfully installed.
[10:42:17 INF] ABP Suite has been successfully installed.
[10:42:17 INF] You can run it with the CLI command "abp suite"
Starting Suite v8.3.2 ...
Opening http://localhost:3000
Press Ctrl+C to shut down.

dotnet --list-sdks 8.0.306 [C:\Program Files\dotnet\sdk] 9.0.100-rc.2.24474.11 [C:\Program Files\dotnet\sdk]

Yes via VS2022 Preview

Yes, give me 5min.

I already tried... including dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<my-private-key>/v3/index.json

PS D:\_\Tuls> abp cli check-version
[06:40:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
📌 ABP CLI 0.9.1 (Beta)
📌 You are using the latest ABP CLI.
PS D:\_\Tuls> abp cli clear-cache
[06:40:46 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
✅ Cache cleared.
PS D:\_\Tuls> abp suite install
[06:40:55 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
📌 ABP CLI 0.9.1 (Beta)
[06:40:57 INF] Installing ABP Suite latest version...
Package volo.abp.suite is not a .NET tool.
[06:41:00 INF] You can also run the following command to install ABP Suite.
[06:41:00 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

Shouldn't I be able to install abp suite manually? Even with the abp studio does it depend on the application running? It doesn't sound right. BUT even with a bare minimum app that does not have optional modules it is still not able to install abp. I see also all the bundles are failing with no explicit error feedback.

CommandResult { ExitCode: -1, IsSuccess: False, StartTime: 10/21/2024 08:41:23 +02:00, ExitTime: 10/21/2024 08:41:30 +02:00, RunTime: 00:00:06.5963844 }
08:41:30.096 	 Information  	 Failed task execution: "Running bundle command"
08:41:30.096 	 Information  	 ERROR: "An error has occured!"
08:41:30.096 	 Information  	 ERROR DETAILS: "ABP Bundle failed for the project: D:\_\Sui2\src"
08:41:30.098 	 Warning      	 Exception of type 'Volo.Abp.UserFriendlyException' was thrown.
08:41:30.099 	 Warning      	 Code:AbpStudio:AbpBundleFailed
08:41:30.099 	 Warning      	 Details:
08:41:30.099 	 Warning      	 ---------- Exception Data ----------
ProjectName = D:\_\Sui2\src
ErrorOutput = 

Wow and why can I NOT install the abp suite?

Noted and thank you.

Showing 1 to 9 of 9 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35