Activities of "alper"

hi,

please provide us more logs and details. what did go wrong?

you can use the same package for 4.4.3

Hello,

First run this command in the root of your angular project to generate a project for commercial-ui (it will update angular.json and tsconfig.json)

npx ng g lib commercial-ui

Then, replace the content of packages/commercial-ui with the attached code.

Add following two lines in both tsconfig.json and tsconfig.prod.json, and remove "commercial-ui": ["dist/commercial-ui/commercial-ui", "dist/commercial-ui"] statement from tsconfig.json which was generated by angular-cli

"compilerOptions": {
  // ...
  "paths": {
      "@proxy": ["src/app/proxy/index.ts"],
      "@proxy/*": ["src/app/proxy/*"],
      "@volo/abp.commercial.ng.ui": ["projects/commercial-ui/src/public-api.ts"],
      "@volo/abp.commercial.ng.ui/config": ["projects/commercial-ui/config/src/public-api.ts"]
  }
}

You can remove "@volo/abp.commercial.ng.ui": "~5.0.0-beta.2", from package.json as well.

We'll share the package source-code via email.

ABP Suite solution level data is stored in your solution's root directory .suite folder. Entity metadata objects are persisted in this folder.

ok I'm creating an issue for this request. https://support.abp.io/QA/Questions/1743/Blazor-Server-Audit-Logs-shows--blazor-on-every-single--HttpRequest

When will there be support for the Payments UI (configuration through the Admin UI) and Chat for Blazor Server?

Can you explain in details of configuring Payments and chat?

we'll test the if there's any issue while adding payment module to the Blazor-Server project.

hi,

sorry but the live support is not available to the Team license plan. and please create a new ticket for the new question. you can also purchase 50 question pack. contact to info@abp.io to purchase extra questions.

  1. How can we add these Bank Entities to a global database or shared database.
    • if you don't inherit from IMultiTenant interface then the entity will be a shared entity across the tenants.
  2. If added, then how Tenant will access it? Do we need to extend the code in order to acess Global Bank Enitites? ( We seemlessly wants to access these Bank entites, like CurrentUser and CurrentTenant)
    • If you want to join Bank entity with Tenant entity then create a new table TenantBank entity. TenantBank entity properties are: TenantId <guid>, BankId <guid>
      Populating a bank dropdown query will Select bank.name, bank.id from TenantBanks where TenantId = xxxxxxx
  3. How can we implement Domain service for Bank Information like IdentityManager
    • Create IBankDomainService : IDomainService and BankDomainService : DomainService, IBankDomainService in the *.Domain project.
  4. Please suggest suitable Database Architecture and approach.
    • the answers explain the database architecture.

Let us know if we can get support via calls or online meetings

  • Sorry but there's no live support.

is this duplicate of https://support.abp.io/QA/Questions/1979/Exception-When-creating-BUnit-tests-for-Blazor#answer-c9001c91-e3ee-56b4-21c0-39ffb0f55e57 ?

"this is not possible with the known methods right now" says Microsoft developer. See this comment https://github.com/dotnet/aspnetcore/issues/37728#issuecomment-948511840

Showing 651 to 660 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 23, 2025, 10:47