Hello @EngincanV,
It's kinda similar but that would be a bug them? It seems that ABP Studio is not looking their own Nuget.config from the project but tries to get from global source. Shouldn't ABP Studio add the registered user nuget into the global Nuget.config file them?
What would be the solution if I have more tools installed in my dev machine. Do I need to clear up all my repositories to change ABP Suite version from ABP Studio.
There is no 9.2 section to report.
Could you please create one
I found the bug in ABP Suite. It seems that ABP Suite is trying to verify the nugets registered in "C:\Users\YOUR_USERNAME\AppData\Roaming\NuGet\nuget.config" and trying to look for "volo.abp.suite/index.json" in every single nuget added to that global file.
Hello!
I just reinstalled ABP Suite and I've got the following error while trying to change ABP Suite Version
This is the logs
2025-04-12 18:34:33.514 -05:00 [INF] Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl
2025-04-12 18:34:33.514 -05:00 [INF] Quartz Scheduler created
2025-04-12 18:34:33.515 -05:00 [INF] JobFactory set to: Quartz.Simpl.MicrosoftDependencyInjectionJobFactory
2025-04-12 18:34:33.574 -05:00 [INF] RAMJobStore initialized.
2025-04-12 18:34:33.574 -05:00 [INF] Quartz Scheduler 3.13.0.0 - 'XXXXXXXXXXXXXXXXXXXXXXXXXX' with instanceId 'NON_CLUSTERED' initialized
2025-04-12 18:34:33.574 -05:00 [INF] Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10
2025-04-12 18:34:33.575 -05:00 [INF] Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False
2025-04-12 18:34:33.588 -05:00 [INF] Adding 0 jobs, 0 triggers.
2025-04-12 18:34:33.609 -05:00 [INF] Scheduler XXXXXXXXXXXXXXXXXXXXXXXXXXXX_$_NON_CLUSTERED started.
2025-04-12 18:34:34.439 -05:00 [INF] Starting ABP Studio Backend...
2025-04-12 18:34:34.649 -05:00 [INF] Initialized all ABP modules.
2025-04-12 18:34:34.827 -05:00 [INF] Application started. Press Ctrl+C to shut down.
2025-04-12 18:34:34.828 -05:00 [INF] Hosting environment: Production
2025-04-12 18:34:34.828 -05:00 [INF] Content root path: C:\Users\xxx\AppData\Local\abp-studio\current
2025-04-12 18:34:39.809 -05:00 [INF] Trying to connect to ABP Studio Backend: http://localhost:38271
2025-04-12 18:34:41.077 -05:00 [INF] Start processing HTTP request GET https://abp.io/api/app/post?*
2025-04-12 18:34:41.078 -05:00 [INF] Sending HTTP request GET https://abp.io/api/app/post?*
2025-04-12 18:34:42.652 -05:00 [INF] Received HTTP response headers after 1569.5144ms - 200
2025-04-12 18:34:42.653 -05:00 [INF] End processing HTTP request after 1581.042ms - 200
2025-04-12 18:34:49.596 -05:00 [INF] Downloading release file 'releases.beta.json' from 'https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.9.25'.
2025-04-12 18:34:49.597 -05:00 [INF] [VPK] Creating HttpClient for AbpIoFileDownloader
2025-04-12 18:34:49.598 -05:00 [INF] Start processing HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?*
2025-04-12 18:34:49.599 -05:00 [INF] Sending HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?*
2025-04-12 18:34:50.990 -05:00 [INF] Received HTTP response headers after 1391.4931ms - 200
2025-04-12 18:34:50.990 -05:00 [INF] End processing HTTP request after 1392.218ms - 200
2025-04-12 18:34:51.005 -05:00 [INF] No updates, remote version (0.9.25) is not newer than current version (0.9.25) and / or downgrade is not enabled.
2025-04-12 18:35:06.149 -05:00 [INF] Received HTTP response headers after 315.4143ms - 200
2025-04-12 18:35:06.150 -05:00 [INF] End processing HTTP request after 316.0258ms - 200
2025-04-12 18:35:06.640 -05:00 [INF] Received HTTP response headers after 302.6267ms - 200
2025-04-12 18:35:06.640 -05:00 [INF] End processing HTTP request after 303.0241ms - 200
2025-04-12 18:35:06.946 -05:00 [WRN] Image reading or resizing failed.
System.IO.FileNotFoundException: The resource avares://Volo.Abp.Studio.UI.Views/ could not be found.
at Avalonia.Platform.StandardAssetLoader.OpenAndGetAssembly(Uri uri, Uri baseUri)
at Avalonia.Platform.StandardAssetLoader.Open(Uri uri, Uri baseUri)
at Volo.Abp.Studio.UI.Controls.AsyncImage.<>c__DisplayClass20_0.tYgrFBeYinJl3SsEgfS.MoveNext()
2025-04-12 18:35:09.278 -05:00 [INF] Starting task execution: Checking license end time
2025-04-12 18:35:09.287 -05:00 [INF] Completed task execution: Checking license end time
2025-04-12 18:35:09.815 -05:00 [INF] Starting task execution: Checking pre-requirements
2025-04-12 18:35:10.127 -05:00 [INF] Received HTTP response headers after 1076.5405ms - 200
2025-04-12 18:35:10.127 -05:00 [INF] End processing HTTP request after 1076.9537ms - 200
2025-04-12 18:35:23.860 -05:00 [INF] .NET tool Volo.Abp.Studio.Cli installed successfully.
2025-04-12 18:35:23.861 -05:00 [INF] Completed task execution: Checking pre-requirements
2025-04-12 18:35:23.862 -05:00 [INF] Starting task execution: Loading extensions
2025-04-12 18:35:23.886 -05:00 [INF] Completed task execution: Loading extensions
2025-04-12 18:35:23.887 -05:00 [INF] Starting task execution: Checking for the new version of ABP Studio
2025-04-12 18:35:23.900 -05:00 [INF] [VPK] Checking for updates...
URL: https://abp.io/api/abp-studio/r/download/windows
2025-04-12 18:35:25.751 -05:00 [INF] Downloading release file 'releases.beta.json' from 'https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?arch=x64&os=win&rid=win-x64&id=abp-studio&localVersion=0.9.25'.
2025-04-12 18:35:25.752 -05:00 [INF] [VPK] Creating HttpClient for AbpIoFileDownloader
2025-04-12 18:35:25.752 -05:00 [INF] Start processing HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?*
2025-04-12 18:35:25.752 -05:00 [INF] Sending HTTP request GET https://abp.io/api/abp-studio/r/download/windows/releases.beta.json?*
2025-04-12 18:35:26.415 -05:00 [INF] Received HTTP response headers after 662.1437ms - 200
2025-04-12 18:35:26.415 -05:00 [INF] End processing HTTP request after 662.7139ms - 200
2025-04-12 18:35:26.415 -05:00 [INF] No updates, remote version (0.9.25) is not newer than current version (0.9.25) and / or downgrade is not enabled.
2025-04-12 18:35:26.416 -05:00 [INF] [VPK] No updates available.
2025-04-12 18:35:26.417 -05:00 [INF] Completed task execution: Checking for the new version of ABP Studio
2025-04-12 18:35:29.287 -05:00 [INF] Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown.
at Volo.Abp.Studio.UI.Commands.OpenAbpSuiteVersionSelectionWindowCommandFactory.GIPucMN45L()
2025-04-12 18:35:29.287 -05:00 [INF] Code:AbpStudio:CantFetchSuiteVersions
2025-04-12 18:35:29.287 -05:00 [INF] Details:
2025-04-12 18:35:29.287 -05:00 [INF] ---------- Exception Data ----------
Error = Failed to retrieve information about 'Volo.Abp.Suite' from remote source 'https://nuget.devexpress.com/api/v3/package/volo.abp.suite/index.json'.
Hello, I've been wondering about one feature I would like to implement.
I have some pages like www.mydomain.com/Books www.mydomain.com/Authors www.mydomain.com/Magazines
but I would like to group some of them like
www.mydomain.com/CustomModule/Books www.mydomain.com/CustomModules/Magazines www.mydomain.com/Configuration/Authors
I am using ABP Studio to generate my sites so I don't want to modify the folder because it will break the url of the scripts generated (principal issue)
Is there a way to handle this task?
Thanks
I am going to re-open it since there is no official release with version 9.0.0, could it be possible to add the preview in the abp template while we wait for the official to be released?
hi
Pomelo.EntityFrameworkCore.MySql
will recently release the 9.0 official version.Please wait for a few days. https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/pull/1948
Hopefully, we will get that update this week. Could be a good idea to have a warning section in the project creation in Abp Studio for this kind of situation.s
After trying to build the project. I get the following message in the output of visual studio
1>------ Build started: Project: DemoApp.TestBase, Configuration: Debug Any CPU ------
2>------ Build started: Project: DemoApp.Domain.Shared, Configuration: Debug Any CPU ------
2>DemoApp.Domain.Shared -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Domain.Shared\bin\Debug\net9.0\DemoApp.Domain.Shared.dll
3>------ Build started: Project: DemoApp.Application.Contracts, Configuration: Debug Any CPU ------
4>------ Build started: Project: DemoApp.Domain, Configuration: Debug Any CPU ------
3>DemoApp.Application.Contracts -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Application.Contracts\bin\Debug\net9.0\DemoApp.Application.Contracts.dll
5>------ Build started: Project: DemoApp.HttpApi.Client, Configuration: Debug Any CPU ------
6>------ Build started: Project: DemoApp.HttpApi, Configuration: Debug Any CPU ------
1>DemoApp.TestBase -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.TestBase\bin\Debug\net9.0\DemoApp.TestBase.dll
5>DemoApp.HttpApi.Client -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.HttpApi.Client\bin\Debug\net9.0\DemoApp.HttpApi.Client.dll
7>------ Build started: Project: DemoApp.HttpApi.Client.ConsoleTestApp, Configuration: Debug Any CPU ------
4>DemoApp.Domain -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Domain\bin\Debug\net9.0\DemoApp.Domain.dll
8>------ Build started: Project: DemoApp.Domain.Tests, Configuration: Debug Any CPU ------
9>------ Build started: Project: DemoApp.EntityFrameworkCore, Configuration: Debug Any CPU ------
10>------ Build started: Project: DemoApp.Application, Configuration: Debug Any CPU ------
9>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.EntityFrameworkCore\DemoApp.EntityFrameworkCore.csproj : warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
9>DemoApp.EntityFrameworkCore -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.EntityFrameworkCore\bin\Debug\net9.0\DemoApp.EntityFrameworkCore.dll
9>Done building project "DemoApp.EntityFrameworkCore.csproj".
11>------ Build started: Project: DemoApp.DbMigrator, Configuration: Debug Any CPU ------
11>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.DbMigrator\DemoApp.DbMigrator.csproj : warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
11>DemoApp.DbMigrator -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.DbMigrator\bin\Debug\net9.0\DemoApp.DbMigrator.dll
11>Done building project "DemoApp.DbMigrator.csproj".
7>DemoApp.HttpApi.Client.ConsoleTestApp -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.HttpApi.Client.ConsoleTestApp\bin\Debug\net9.0\DemoApp.HttpApi.Client.ConsoleTestApp.dll
8>DemoApp.Domain.Tests -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.Domain.Tests\bin\Debug\net9.0\DemoApp.Domain.Tests.dll
10>DemoApp.Application -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Application\bin\Debug\net9.0\DemoApp.Application.dll
12>------ Build started: Project: DemoApp.Application.Tests, Configuration: Debug Any CPU ------
6>DemoApp.HttpApi -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.HttpApi\bin\Debug\net9.0\DemoApp.HttpApi.dll
13>------ Build started: Project: DemoApp.Web.Public, Configuration: Debug Any CPU ------
14>------ Build started: Project: DemoApp.Web, Configuration: Debug Any CPU ------
13>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Web.Public\DemoApp.Web.Public.csproj : warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
13>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Web.Public\DemoApp.Web.Public.csproj : warning NU1902: Package 'MessagePack' 2.2.85 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4qm4-8hg2-g2xm
14>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Web\DemoApp.Web.csproj : warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
14>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\src\DemoApp.Web\DemoApp.Web.csproj : warning NU1902: Package 'MessagePack' 2.2.85 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4qm4-8hg2-g2xm
12>DemoApp.Application.Tests -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.Application.Tests\bin\Debug\net9.0\DemoApp.Application.Tests.dll
15>------ Build started: Project: DemoApp.EntityFrameworkCore.Tests, Configuration: Debug Any CPU ------
15>C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.EntityFrameworkCore.Tests\DemoApp.EntityFrameworkCore.Tests.csproj : warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
15>DemoApp.EntityFrameworkCore.Tests -> C:\Users\DemoUser\Projects\DemoProjects\DemoApp\test\DemoApp.EntityFrameworkCore.Tests\bin\Debug\net9.0\DemoApp.EntityFrameworkCore.Tests.dll
15>Done building project "DemoApp.EntityFrameworkCore.Tests.csproj".
It seems to be related to Pomelo.EntityFramework.Mysql that it's still in preview
warning NU1608: Detected package version outside of dependency constraint: Pomelo.EntityFrameworkCore.MySql 9.0.0-preview.1 requires Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999) but version Microsoft.EntityFrameworkCore.Relational 9.0.0 was resolved.
It looks like the ABP Studio - Log's Tab
Unable to create a 'DbContext' of type 'DemoAppDbContext'. The exception 'Method 'get_LockReleaseBehavior' in type 'Pomelo.EntityFrameworkCore.MySql.Migrations.Internal.MySqlHistoryRepository' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=9.0.0.0, Culture=neutral, PublicKeyToken=2cc498582444921b' does not have an implementation.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
06:33:21.299 Information Failed task execution: "Database synchronization | Creating initial migrations"
06:33:21.299 Information ERROR: "An error has occured!"
06:33:21.299 Information ERROR DETAILS: "Failed to add migration Initial.
Hello!
I am using Yarn v1.22.22 and Node v18.20.5
Can't create a clean ABP Project 9.0 or create an initial migration manually
I already installed NET 9.0 SDK, Visual Studio, Node and Yarn
Details:
Build started...
Build succeeded.
Unable to create a 'DbContext' of type 'DemoDbContext'. The exception 'Method 'get_LockReleaseBehavior' in type 'Pomelo.EntityFrameworkCore.MySql.Migrations.Internal.MySqlHistoryRepository' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=9.0.0.0, Culture=neutral, PublicKeyToken=2cc498582444921b' does not have an implementation.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728"
14:26:47.729 Warning Failed to add migration Initial.
Details:
Build started...
Build succeeded.
Unable to create a 'DbContext' of type 'DemoDbContext'. The exception 'Method 'get_LockReleaseBehavior' in type 'Pomelo.EntityFrameworkCore.MySql.Migrations.Internal.MySqlHistoryRepository' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=9.0.0.0, Culture=neutral, PublicKeyToken=2cc498582444921b' does not have an implementation.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
14:26:47.729 Warning Code:
14:26:47.729 Warning Details:
14:27:58.336 Information CLI command executed. Command: "abp install-libs"
Working directory: "C:\Users\Demo\Documents\DemoAbp"
CommandResult { ExitCode: 0, IsSuccess: True, StartTime: 11/29/2024 14:26:38 -05:00, ExitTime: 11/29/2024 14:27:58 -05:00, RunTime: 00:01:19.3983980 }
14:27:58.337 Information Completed task execution: "Installing client side libraries"
07:38:56.529 Information Received HTTP response headers after 1172.7963ms - 200
07:38:56.530 Information End processing HTTP request after 1173.2123ms - 200