Activities of "shobhit"

Thanks @maliming. This problem solved.

Now "abp login mhd_hmz" is not able to login. Error message indicate that abp commercial license is not available but till now we have only 2 dev license. One i am using and this is 2nd license for my another team member.

Please help.

Hi Team, I am getting below error in my new machine. Not sure what i am missing. I have followed the setup instruction from: https://docs.abp.io/en/commercial/latest/getting-started?UI=NG&DB=EF&Tiered=Yes

C:\Users\MYName>dotnet tool install -g Volo.Abp.Cli

error NU1101: Unable to find package volo.abp.cli. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages The tool package could not be restored. Tool 'volo.abp.cli' 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 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

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: 2 problem statement:
  • 1- Angular is not generating TypeAhead control and feature. Steps provided below.
  • 2- How to convert current textbox or dropdown to typeahead type control? it will help us to improve current application
  • Steps to reproduce the issue:
  • 1- Create new entity in ABP Suite
  • 2- In Navigation Property select entity and type as "TypeAhead"
  • 3- Angular UI don't generate typeahed field
Answer

Thanks a lot @Mehmet. It's working.

Answer

{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", "importHelpers": true, "target": "es2015", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2018", "dom" ], "paths": { "@proxy": [ "src/app/proxy/index.ts" ], "@proxy/": [ "src/app/proxy/" ], "@volo/abp.ng.chat": [ "projects/chat/src/public-api.ts" ], "@volo/abp.ng.chat/config": [ "projects/chat/config/src/public-api.ts" ], "@volo/abp.ng.account": [ "projects/account/src/public-api.ts" ], "@volo/abp.ng.account/admin": [ "projects/account/admin/src/public-api.ts" ], "@volo/abp.ng.account/config": [ "projects/account/config/src/public-api.ts" ] } }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true } }

tsconfig.prod.json file is not available

Answer

Thanks @alpher.

Regarding Point 1. I will take care. Regarding Point 2. It has suddently started 2 days before i raised this ticket. Earlier i thought developer has done some mistake. I am not getting this issue if i go to "angular\node_modules@volo" and remove "abp.ng.account" folder. It is temp solution as i was not able to run the angular web app so i found this alternate till i don't get permanent fix. Any i have upgraded my framework and project into 4.2.2. Please help.

Question
  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • 2 errors:
  • 1- on start of ABP suite getting below error
  • 2- Cannot run the angular app
  • Steps to reproduce the issue:
  • 1- Starting Suite v4.2.1 ... [19:20:33 ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Abp.Suite-v4.2.1.0'. 2- Warning: Entry point '@volo/abp.ng.account/config' contains deep imports into 'C:/Shobhit/Projile/EzpandCC/angular/projects/account/admin/src/public-api.ts'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

Error: Failed to compile entry-point @volo/abp.ng.account/config (es2015 as esm2015) due to compilation errors: projects/account/admin/src/account-settings.module.ts:28:14 - error NG6002: Appears in the NgModule.imports of AccountConfigModule, but could not be resolved to an NgModule class.

Is it missing an @NgModule annotation?

28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~ projects/account/admin/src/account-settings.module.ts:28:14 - error NG6003: Appears in the NgModule.exports of AccountConfigModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

Is it missing an Angular annotation?

28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~

NOTE: i started getting this issue from yesterday and we have commerical license of ABP.

unfortunately your ticket site don't allow to copy the the complete error log. Please confirm how i can share the log file.

Regarding new template, yes all is working good but unfortunately in my project i have to add features and so logs table will be of high size. yes you are correct it is db performance issue. Can you help me how i can resolve it or to give this help what all input you need from my side.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • 2021-03-16 16:32:48.458 +05:30 [ERR] An exception occurred while iterating over the results of a query for context type 'Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingDbContext'. Microsoft.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (258): The wait operation timed out.
  • Steps to reproduce the issue:
  • go to home page --> administration menu
  • click the audit log
  • Wait for some time. error thrown.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.2.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: *
  • Steps to reproduce the issue: *1- type "abp login shobhit" command 2- enter password 3- a huge html text get printed in command promt
Showing 271 to 280 of 349 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30