I experience the following error when using CRUD Page Generator in Abp Suite
So this set me on a quest to find the missing package. I tried to install package Volo.Abp.Commercial.SuiteTemplates but ran into the following issue:
C:\CodeNStuff\GitHub\ABP_Frameworks5\Universal.WMS\src\Universal.WMS.Blazor>abp add-package Volo.Abp.Commercial.SuiteTemplates --version 8.0.4
ABP CLI 8.0.4 Installing 'Volo.Abp.Commercial.SuiteTemplates' package to the project 'Universal.WMS.Blazor'... Determining projects to restore... Writing C:\Users\jk817\AppData\Local\Temp\tmpn5v1mr.tmp info : X.509 certificate chain validation will use the default trust store selected by .NET for code signing. info : X.509 certificate chain validation will use the default trust store selected by .NET for timestamping. info : Adding PackageReference for package 'Volo.Abp.Commercial.SuiteTemplates' into project 'C:\CodeNStuff\GitHub\ABP_Frameworks5\Universal.WMS\src\Universal.WMS.Blazor\Universal.WMS.Blazor.csproj'. info : Restoring packages for C:\CodeNStuff\GitHub\ABP_Frameworks5\Universal.WMS\src\Universal.WMS.Blazor\Universal.WMS.Blazor.csproj... info : GET https://api.nuget.org/v3-flatcontainer/volo.abp.aspnetcore.mvc.ui.theme.leptonxlite/index.json info : GET https://api.nuget.org/v3-flatcontainer/volo.abp.aspnetcore.components.server.leptonxlitetheme/index.json info : OK https://api.nuget.org/v3-flatcontainer/volo.abp.aspnetcore.mvc.ui.theme.leptonxlite/index.json 103ms info : OK https://api.nuget.org/v3-flatcontainer/volo.abp.aspnetcore.components.server.leptonxlitetheme/index.json 164ms info : GET https://api.nuget.org/v3-flatcontainer/volo.abp.commercial.suitetemplates/index.json info : NotFound https://api.nuget.org/v3-flatcontainer/volo.abp.commercial.suitetemplates/index.json 66ms error: NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, nuget.org info : GET https://api.nuget.org/v3/vulnerabilities/index.json info : OK https://api.nuget.org/v3/vulnerabilities/index.json 19ms info : GET https://api.nuget.org/v3-vulnerabilities/2024.09.17.23.34.11/vulnerability.base.json info : GET https://api.nuget.org/v3-vulnerabilities/2024.09.17.23.34.11/2024.09.19.11.34.15/vulnerability.update.json info : OK https://api.nuget.org/v3-vulnerabilities/2024.09.17.23.34.11/vulnerability.base.json 38ms info : OK https://api.nuget.org/v3-vulnerabilities/2024.09.17.23.34.11/2024.09.19.11.34.15/vulnerability.update.json 58ms error: Package 'Volo.Abp.Commercial.SuiteTemplates' is incompatible with 'all' frameworks in project 'C:\CodeNStuff\GitHub\ABP_Frameworks5\Universal.WMS\src\Universal.WMS.Blazor\Universal.WMS.Blazor.csproj'. Successfully installed.
ABP Framework version: v8.0.4
UI Type: Blazor Server
Database System: EF Core (SQL Server)
Tiered (for MVC) : yes
Exception message and full stack trace: See above
Development Environment: Windows 10, Version 22H2 dotnet version 8.0.108 Microsoft Visual Studio Professional 2022 (64-bit) - LTSC 17.8, Version 17.8.14
Steps to reproduce the issue: All the following commands failed
abp add-package Volo.Abp.Commercial.SuiteTemplates --version 8.0.4
dotnet add package Volo.Abp.Commercial.SuiteTemplates
Install-Package Volo.Abp.Commercial.SuiteTemplates
I also tried updating the .csproj
file for the project and ran the command dotnet restore
, but that failed as well.
I also tried updating ABP CLI and the C# code to ABP version v8.3.0 but got the same error.
Clicking on See on Nuget
below
brings up the page
I cannot find the package Volo.Abp.Commercial.SuiteTemplates anywhere In fact, I cannot install any of the Commercial License packages.
Please advise on how this error can be resolved.
We've just purchased a commercial license. Is it possible to get a copy of the book 'Mastering ABP Framework`?