• Abp.io dark horizontal
  • FAQ
  • Documents
  • Live Support
  • Contact
  • Login
ABP Logo Support
  • Pricing
Framework
  • Architecture icon
    Architecture
  • features icon
    Features
  • github icon
    Source Code
Tools
  • ABP Studio icon
    ABP Studio
  • ABP Suite icon
    ABP Suite
  • ABP CLI icon
    ABP CLI
Startup Templates
  • simple monolith icon
    Simple Monolith
  • module monolith icon
    Layered Monolith
  • module monolith icon
    Modular Monolith
  • microservice icon
    Microservice
UI Themes
  • leptonx theme icon
    LeptonX Theme
  • basic theme icon
    Basic Theme
Mobile
  • MAUI
  • React Native icon
    React Native
Modules
  • Identity Pro icon
    Identity
  • Cms-kit icon
    CMS Kit
  • Audit Logging icon
    Audit Logging
  • Account Pro icon
    Account
  • Saas icon
    SaaS
  • File Management icon
    File Management
  • Chat icon
    Chat
  • Language Management icon
    Language Management
  • Payment icon
    Payment
  • See all icon
    See All Modules
More
  • Why Choose ABP?
  • Who Is ABP For?
  • How It Works?
  • Return on Investment
  • Testimonials
  • FAQ
Try Demo Get Started Contact
  • Training icon
    Trainings
  • Training icon
    ABP Bootcamp New
  • Training icon
    ABP Live Webinar New
  • Custom Project Development icon
    Custom Project Development
  • Porting Existing Applications icon
    Porting Existing Projects
  • Training icon
    Live Support
More
  • See All Services
Try Demo Get Started Contact
  • Community Home icon
    Home
  • Event icon
    Announcements
  • Event icon
    Events
  • Article icon
    Articles
  • Video icon
    Videos
  • Raffle icon
    Raffles
  • Discord icon
    Discord Server
More
  • Top Contributors
  • Contributor Program
  • Submit Your Post
Try Demo Get Started Contact
  • Documentation icon
    Documentation
  • Essential Videos icon
    Essential Videos
  • Support icon
    Support
  • Books icon
    Books
  • Road Map icon
    Road Map
  • Release Notes icon
    Release Notes
  • Samples icon
    Samples
  • Packages icon
    Packages
More
  • Why Choose ABP?
  • How It Works?
  • Return on Investment
  • Testimonials
  • FAQ
Try Demo Get Started Contact
14K Try Demo Get Started
ABP Logo Back
  • Home
    • FRAMEWORK
    • Architecture
    • Features
    • Source Code
    • STARTUP TEMPLATES
    • Startup Templates
    • Microservice
    • Simple Monolith
    • Layered Monolith
    • Modular Monolith
    • MODULES
    • All Modules
    • Identity
    • CMS Kit
    • Audit Logging
    • Account
    • Blogging
    • File Management
    • Chat
    • Language Management
    • Payment
    • UI THEMES
    • LeptonX Theme
    • Basic Theme
    • MOBILE
    • MAUI
    • React Native
    • TOOLS
    • Tools
    • ABP Studio
    • ABP Suite
    • ABP CLI
    • DEVELOPERS
    • Documentation
    • Essential Videos
    • Support
    • Books
    • Road Map
    • Release Notes
    • Samples
    • Packages
  • Community
    • COMMUNITY
    • Home
    • Announcements
    • Events
    • Articles
    • Videos
    • Raffles
    • Discord Server
    • Top Contributors
    • Contributor Program
    • Submit Your Post
    • SERVICES
    • All Services
    • Trainings
    • ABP Bootcamp New
    • ABP Live Webinar New
    • Custom Project Development
    • Porting Existing Applications
    • Live Support
    • Contact
  • Pricing
  • Get Started
  • Try Demo
  • Why Choose ABP?
  • Who Is ABP For?
  • How It Works?
  • Testimonials
  • Return on Investment
  • Github 14K
  • Contact
  • Support
  • FAQ
Login

Questions

Clear selections
Open Closed All
Ask question
  • Sort: Most answer
    Active Oldest Newest Least answer Most answer Lowest score Highest score
    • All these words:
      Type the important words (AND):
      database + management + system
      Exact word or phrase:
      Type exact words you want in your search result (EXACT):
      "database management
      Any of these words:
      Type any words you want in the search result (OR):
      mongodb efcore
      None of these words:
      Type words that you don't want in the search result (EXCLUDE):
      -database -sql -oracle
  • FAQ Index: Your Go-To Resource for Common Questions faq
    #8804 created 7 months ago by EngincanV Support Team .NET Developer 1 0
  • ABP 3rd party integrations 🏭 faq
    #1939 Answered 12 days ago by gizem.kurt Support Team QA Test Engineer 3 2
  • ⚠️ Bugs & Issues v9.1.x ⚠️
    #9094 Answered 24 days ago by Sturla 0 17
  • ABP Suite feature request — 2025 feature-request Suite
    assigned to EngincanV assigned to EngincanV
    #8803 Answered 24 days ago by lszabados@consult2000.hu 0 10
  • ⚠️ Bugs & Issues v9.0.x ⚠️
    assigned to EngincanV assigned to EngincanV
    #8330 Answered one month ago by Sturla 0 83
  • ⚠️ ABP Studio: Bugs & Issues ⚠️ studio
    assigned to yekalkan assigned to yekalkan
    #6416 Answered one month ago by improwise 0 132
  • 📊 Help Shape the Future of ABP: Vote for the Next Module/Feature
    #9537 Answered one month ago by hothsv 0 6
  • Your feature request 💡
    #3052 Answered 2 months ago by EngincanV Support Team .NET Developer 4 165
  • How can we improve ABP support (2) ? 🆘
    assigned to alper assigned to alper
    #5161 Answered 9 months ago by alper Support Team Director 0 44
  • Security headers in blazor webassembly
    assigned to maliming assigned to maliming

    hi You can't use `UseAbpSecurityHeaders ` in Blazor WASM, It's only available on the web applications

    include followings: * **ABP Framework version:** 5.3 * **UI type**: Blazor * **DB provider**: EF Core

    Security headers in blazor webassembly

    #4073 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 1
  • UnitOfWork on Background job
    assigned to maliming assigned to maliming

    It's important that they are wrapped in a single transaction (UnitOfWork).

    Regards John * **ABP Framework version:** v5.2.2 * **UI type**: Blazor WASM * **DB provider**: EF Core

    #3194 closed 3 years ago by barrett2474 0 1
  • How can I do to use different languages ​​in the validation of my error messages through DataAnotation? i am using Suite Version 4.4.2
    assigned to EngincanV assigned to EngincanV

    Hi, can you configure the `AbpMvcDataAnnotationsLocalizationOptions` in your module class as below:

    CodeMessage")] // **CodeMessage** is my Generic Tag into **es.json** and **en.json** (**both located in

    How can I do to use different languages ​​in the validation of my error messages through DataAnotation

    #2885 closed 3 years ago by ServiceBot Support Team Automatic process manager 0 1
  • Could not load file or assembly Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial

    Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial, Version=3.1.1.0, Culture=neutral, PublicKeyToken=null'** We want make changes in

    #416 closed 4 years ago by alper Support Team Director 0 1
  • creating muliple entities

    Or you can write a program to read the entity definition in excel and call the Suite API !

    * **ABP Framework version:** v4.0.2 * **UI type**: Angular * **DB provider**: EF Core * **Tiered (MVC

    message and stack trace**: NA * **Steps to reproduce the issue**: NA Hi Team, We have to create

    muliple entities in our Sql DB.

    Currently entity definition is in excel sheet.

    Please confirm if there is any way we can create all these entities from excel sheet so that all capabilities

    #736 closed 4 years ago by alper Support Team Director 0 1
  • Error message: your Abp license trial period has ended

    abp.io) [08:42:30 INF] Version 6.0.0-rc.2 (Prerelease) Password: [08:42:41 INF] Successfully logged in

    #3589 closed 3 years ago by ServiceBot Support Team Automatic process manager 0 1
  • Blazor Server Chat Not Working
    assigned to maliming assigned to maliming

    * **ABP Framework version:** v7.0.0 * **UI type**: Blazor Server * **DB provider**: EF Core * **Tiered

    Server Separated (Angular)**: no * **Exception message and stack trace**: * [ERR] Unhandled exception in

    I enable chat in settings.

    I added the last logs in the logs/logs.txt file above. what should i do?

    #4329 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 1
  • Remove Module easily

    hi joe@tronactive.com You need to manually remove the modules and package references in the project.

    * **ABP Framework version:** v4.2.1 * **UI type**: MVC * **DB provider**: EF Core * **Tiered (MVC)

    Is there anyway to remove it now beside obviously just in Visual Studio and remove the files?

    I want to make sure everything is removed and it doesn't show up in ABP Suite as installed.

    #956 closed 4 years ago by joe@tronactive.com 0 1
  • Radom bug "Could not save the audit log object" on production.

    * **ABP Framework version:** v4.4.3 * **UI type**: Blazor * **DB provider**: EF Core * **Tiered (MVC

    #3514 closed 3 years ago by ServiceBot Support Team Automatic process manager 0 1
  • What is the best practice in ABP angular project to connect the front end with Azure AppInsights
    assigned to sumeyye.kurtulus assigned to sumeyye.kurtulus

    Install the Application Insights JavaScript SDK in your Angular project: ```bash npm install @microsoft

    Create an Angular service to encapsulate Application Insights logic: ```typescript // app-insights.service.ts

    import { Injectable } from '@angular/core'; import { ApplicationInsights } from '@microsoft/applicationinsights-web

    Use the service in your components or interceptors to log telemetry: ```typescript constructor(private

    If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help

    What is the best practice in ABP angular project to connect the front end with Azure AppInsights

    #9857 closed 7 days ago by ServiceBot Support Team Automatic process manager 0 1
  • Checking the status of permissions assigned to the tenant edition
    assigned to maliming assigned to maliming

    - In ABP, when you assign an edition with specific features to a tenant, permissions with the RequiredFeature

    - There is no built-in ABP mechanism that automatically synchronizes permissions for all tenants/roles

    There is no official ABP API that provides a direct mapping of "all permissions required by features in

    - In summary, you must implement custom logic to: - Assign the correct role(s) to new tenants.

    - Keep permissions in sync when features, editions, or permission definitions change.

    * OpenIddictAdmin - **Selected Languages**: English, Türkçe - **Default Language**: English - **Create

    When the tenant is included in the system, a default edition assignment will be made, and we will want

    In the current scenario, we are conducting our tests by adding a tenant through the admin panel without

    However, in this case, we encounter the following situation.

    we log into the system with the tenant assigned to the edition, we cannot access the menus included in

    #9856 closed 7 days ago by ServiceBot Support Team Automatic process manager 0 1
  • Multitenancy Database per tenant

    How much data is stored in the tenant databse.

    Speciifcally which of the following us stored in the tenant database. e.g. features, permissions, settings

    #129 closed 5 years ago by ian@order2invoice.com 0 0
  • CORS error while trying to call external API

    * **ABP Framework version:** v7.0.1 * **UI type**: Blazor * **DB provider**: EF Core * **Tiered (MVC

    I can inject them with no problem in any page on the frontend. !

    #4576 closed 2 years ago by ccernat 0 0
  • Angular start.ps1 is not working locally ui-angular

    ERROR: Error: export 'ɵisListLikeIterable' (imported as 'ɵisListLikeIterable') was not found in '@angular

    /core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER

    fesm2020/router.mjs:2789:20-33 - Error: export 'ɵisStandalone' (imported as 'ɵisStandalone') was not found in

    '@angular/core' (possible exports: ANALYZE_FOR_ENTRY_COMPONENTS, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER

    followings: * **ABP Framework version:** ABP CLI 7.0.3 * **UI type**: Angular * **DB provider**: EF Core

    #4751 closed 2 years ago by nikolab 1 0
  • Filter lookup control based on custom parameter

    entity which contains head department property, so I need to show all departments except the current in

    lookup control (In edit mode) but I could not find the way to pass department id to service function

    > * **ABP Framework version:** v7.0.2 * **UI type**: Angular * **DB provider**: EF Core

    #4852 closed 2 years ago by mmarjeh 1 0
  • Refreshing Select2 Data and Retaining Selected Options

    after ** the user has clicked the drop-down to retrieve the list of available options (i.e. they can create

    `