Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
or dotnet tool update -g Volo.Abp.Suite
- Release notes https://docs.abp.io/en/commercial/latest/release-notes
67 Answer(s)
-
0
ABP Suite CRUD Generator (Module)
Description: Cannot find Volo.Abp.Commercial.SuiteTemplates.dll
Configuration
- ABP Framework version: v2.9.0
- ABP CLI version: v2.9.0
- ABP Template: module-pro-2.9.0
- ABP Suite version: v2.9.0
- UI type: MVC (Module)
- Tiered (MVC) or Identity Server Seperated (Angular): no
Steps to reproduce the issue:
- Create new module:
abp new Company.ProjectName -t module-pro
- ABP Suite:
Add an existing solution
- ABP Suite: Add an
Entity info
withProperties
- ABP Suite: Click
Save and generate
ABP Suite Error
I followed @Alper's instructions here ([Cannot find Volo.Abp.Commercial.SuiteTemplates.dll #48](https://support.abp.io/QA/Questions/48#answer-ea26e90e-4e76-ccdf-44a4-39f3ea298e33)); however, this did not correct the problem.
Domain Project
-
0
Hi Sean,
Original project was 1.X. Have been upgrading with every release. I created a new project from abp suite after upgrading to 2.9. I can't see any differences between the new start up template and my project (no additional changes in WebModule, no changes to menu contributor etc). I suspect I'm missing something.
Ian
-
0
@sean.alford
Volo.Abp.Commercial.SuiteTemplate.dll
holds the templates of Suite and it must be located in the following directories. Check that if you have it in the below locationFor non-tier project type:
Web
project's output directory
For tier project type (or Angular):
HttpApi.Host
project's output directory -
0
@ididsbury,
Updating your existing v2.8 project (via ABP Suite) to v2.9.
then added the below migration
run the DbMigrator project to apply the new migration
and I can see it in the main menu
If you see the following error, then go to next step
Add the
"@volo/identity": "~2.9.0"
to thepackage.json
in your *.Web project. (only for MVC project) -
0
hi @BennieMok the screenshot you show says, you have 50 questions credit and you've used 2 of them. If you have issues with your account, you can send an email to [email protected] this conversation is only for technical support.
-
0
@ididsbury, don't add the
jsTree
package manually, please follow my step:Add the
"@volo/identity": "~2.9.0"
to thepackage.json
in your *.Web project.Note that, this step is needed for MVC projects.
Also, you can upgrade your existing project to the latest with ABP CLI or ABP Suite (doesn't matter)
-
0
@690486439 can you check if you have
Volo.Abp.Commercial.SuiteTemplate.dll
in your Web project output folder (for MVC non-tier). For tier project type (or Angular):HttpApi.Host
project's output directory.See https://support.abp.io/QA/Questions/222#answer-a4f1816f-af7c-b474-dba9-39f5a00d7d20
-
0
Hi, Is there a bug in ABP Suite when creating Navigation Properties or am I doing something wrong?
I have two Navigation Properties.
Also got an error in client, endpoints packageTypeLookup and orderStatusLookup is not found. But when manually changed to packageType-lookup and orderStatus-lookup everything is working ok.
-
0
FYI. Angular project using ABP and ABP Suite 2.9.
The CRUD Page generator is adding a space to enums when more than one uppercase character is used.
C# Enum
public enum BillingPeriodType { Monthly=1, Quarter=2, SemiAnnual=3, Annual=4 }
Enum generated in Angular (notice the space in semi annual)
export enum BillingPeriodType { Monthly = 1, Quarter = 2, Semi annual = 3, Annual = 4 }
Keep up the great work, I like what I am seeing.
-
0
Hi guys,
I upgraded abp version from 2.6.2 to 2.9 for all cli, suite and my project solution (Angular 9 + Identity Server separated). The new version showed Organization Unit in left-side menu. Everything is OK. But I got this error when I tried to use CRUD page. I checked Volo.Abp.Commercial.SuiteTemplates.dll is latest version 2.9. Could you guide me how to fix? Thanks
-
0
@drpdev2, sometimes old DLL are not being deleted even you update a project references. so we add this
delete bin & obj folders.bat
because Visual Studio sometimes fails to clean the old DLLs. If you make a mass update, I suggest to close Visual Studio and rundelete bin & obj folders.bat
which is in the root directory of your application. -
0
Hi @arifharsono,
It seems like SignalR is not running on localhost:44319 web site. Is Volo.Chat.SignalR module added to the server project?
I need to know your solution's type. Is identity server separated? Also, which steps did you follow to add chat module to your solution?
-
0
/Pages/Identity/OrganizationUnits/Index.cshtml The original code is wrong because IndexModel
@using Volo.Abp.Identity.Web.Pages.Identity.Roles
it should be using OrganizationUnits,.it affects abp-style-bundle 、 abp-script-bundle and I have fixed it it by by changing to@using Volo.Abp.Identity.Web.Pages.Identity.OrganizationUnits
-
0
Hi,
I don't know if it is the bug of version 2.9.0. I start the project and it takes long time to start. Here is the log
2020-06-15 **13:20:33.324** +07:00 [INF] Starting web host. 2020-06-15 **13:22:59.040** +07:00 [INF] User profile is available. Using 'C:\Users\admin\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. 2020-06-15 13:22:59.142 +07:00 [INF] Loaded ABP modules: 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Security.AbpSecurityModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Validation.AbpValidationAbstractionsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Data.AbpDataModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Settings.AbpSettingsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Validation.AbpValidationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Saas.SaasDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Features.AbpFeaturesModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Threading.AbpThreadingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Timing.AbpTimingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Json.AbpJsonModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Caching.AbpCachingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Guids.AbpGuidsModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Saas.SaasDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.IdentityServer.AbpIdentityServerDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.PermissionManagement.IdentityServer.AbpPermissionManagementDomainIdentityServerModule 2020-06-15 13:22:59.142 +07:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceDomainModule 2020-06-15 13:22:59.142 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Application.AbpDddApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.Host.SaasHostApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentApplicationContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.RabbitMQ.AbpRabbitMqModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EventBus.RabbitMq.AbpEventBusRabbitMqModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.Host.SaasHostApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.BackendServiceApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.SalesTransaction.SalesTransactionApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentApplicationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.IdentityServer.EntityFrameworkCore.AbpIdentityServerEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.BackendService.EntityFrameworkCore.BackendServiceEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.EntityFrameworkCore.IntegrationAgentEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Minify.AbpMinifyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Http.AbpHttpModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.UI.AbpUiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentHttpApiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule 2020-06-15 13:22:59.143 +07:00 [INF] - Volo.Abp.Swagger.AbpSwaggerModule 2020-06-15 13:22:59.143 +07:00 [INF] - FPT.DDC.IntegrationAgent.IntegrationAgentHttpApiHostModule 2020-06-15 13:23:00.709 +07:00 [DBG] Started background worker: Volo.Abp.IdentityServer.Tokens.TokenCleanupBackgroundWorker 2020-06-15 13:23:00.851 +07:00 [DBG] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker 2020-06-15 13:23:01.543 +07:00 [INF] Initialized all ABP modules. 2020-06-15 13:23:01.578 +07:00 [INF] Application started. Press Ctrl+C to shut down.
-
0
hi, actually in v2.9 there's a performance improvement by x2 see the blog post https://blog.abp.io/abp/ABP-Framework-v2.9.0-Has-Been-Released is it working in a container? or do you have a poor internet connection? did you try restarting your computer? this is a very changable siutation depends on multiple environment issues.
-
0
At the beginning, when I just create module (module B) it looked like the picture below, and the starting time from 08:28:04.967 to 08:29:24.584
But when I add my another module (module A) and now the starting time is increasing from 08:34:14.715 to 08:36:37.550
When I run (module A) dependently, the starting time is from 08:29:55.925 to 08:30:36.810
Module A contains many models (about 100), I don't know if it affects ?
P.s: The starting time that I mentioned is got from first 2 lines of the log
2020-06-16 08:29:55.925 +07:00 [INF] Starting *******.HttpApi.Host. 2020-06-16 08:30:36.810 +07:00 [INF] User profile is available.
-
0
- yes, then the "Generating CRUD Page" needs to change then
- how is the regex used?
- Does Required work correctly - left unchecked the UI still attempts to validate on submit. I thought it was supposed to mean dot not require a value and do not validate . Os is it setting min/max length that triggers validation no matter what (at least on angular side)
EDIT: after debugging noticed that it's a server side error - fields NOT marked required in the CreateDto get flagged when the UI passes an empty string...
my solution is angular/core on 2.9.0
-
0
@pkouame,
See this to understand how to use RegEx in
String
properties => https://support.abp.io/QA/Questions/271/How-to-use-RegEx-in-SuiteAlso there doesn't seem to be problem for nullable fields. You cannot set a String field nullable, because strings are already nullable, you can set other fields as nullable or not nullable.
For your further questions, could you please create a new ticket, because this thread is only for reproduced bugs.
-
0
I am trying to install v2.9 of the Cli and Suite. I can install a specific verion of the ABP Cli with the following command:
dotnet tool install -g volo.abp.cli --version 2.9
How can I install a specific version of ABP Suite? The following command is loading ABP Suite 3.0
abp suite install
-
0
[11:05:29 ERR] Error occured while adding the module for module name: Volo.TextTemplateManagement, with-source-code: True, to the solution: Demo - System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\workshop\weyhd\Demo\modules\Volo.TextTemplateManagement\test'. at System.IO.Enumeration.FileSystemEnumerator
1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator
1.Init() at System.IO.Enumeration.FileSystemEnumerator1..ctor(String directory, Boolean isNormalized, EnumerationOptions options) at System.IO.Enumeration.FileSystemEnumerable
1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Volo.Abp.Cli.ProjectModification.SolutionFileModifier.AddModule(ModuleWithMastersInfo module, String solutionFile) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectModification\SolutionFileModifier.cs:line 21 at Volo.Abp.Cli.ProjectModification.SolutionFileModifier.AddModuleToSolutionFileAsync(ModuleWithMastersInfo module, String solutionFile) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectModification\SolutionFileModifier.cs:line 15 at Volo.Abp.Cli.ProjectModification.SolutionModuleAdder.AddAsync(String solutionFile, String moduleName, String startupProject, String version, Boolean skipDbMigrations, Boolean withSourceCode) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectModification\SolutionModuleAdder.cs:line 88 at Volo.Abp.Cli.Commands.AddModuleCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\AddModuleCommand.cs:line 52 at Volo.Abp.Suite.Controllers.AbpSuiteController.AddModuleAsync(AddModuleInput input) -
0
@sean.alford,
Thank you for the suggestion. Unfortunately, it did not work for me. I get the error below:
error NU1101: Unable to find package volo.abp.suite. No packages exist with this id in source(s): ABP Nightly, C:\Program Files\dotnet\sdk\NuGetFallbackFolder, Microsoft Visual Studio Offline Packages, nuget.org The tool package could not be restored. Tool 'volo.abp.suite' failed to install. This failure may have been caused by: * You are attempting to install a preview release and did not use the --version option to specify the version. * A package by this name was found, but it was not a .NET Core tool. * The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem. * You mistyped the name of the tool. For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool
-
0
Hi
We created RoutesService and deprecated the
dispatchAddRoute
method. See the RoutesService document and v2.9 to v3.0 Angular UI Migration Guide