Skip to main content

Questions tagged [abp-framework]

The tag has no usage guidance.

0 votes
0 answers
22 views

Why is it divided into two parts in the new version of the Blazor project in abp framework?

I created a project with the new version of abp and noticed that this part has become two projects. What is the technical reason for this?
Abooraja Rajabpour's user avatar
1 vote
0 answers
13 views

Assign different permissions to multiple users having same role in C#, Asp.net boiler plate

I am using ABP framework (Asp.net boiler plate), I have defined a role named "Customer" and I have assigned to the "Customer" role many permissions, such as "Create company&...
user26326597's user avatar
0 votes
0 answers
17 views

Using Elsa Workflow 3.0 with ABP Framework and use sqlserver

I want to update to Elsa workflow version 3.1.3 but i can't find any document intruct how to use elsa worlkflow 3 with abp framework and using sqlserver i follow like document elsa but it is for ...
Linh Thùy's user avatar
0 votes
0 answers
15 views

Use ABP permission checker DI on model

Into my project.Domain module I have a model where I want to get some info depending if it has permissions or not, so this is my relevant code: namespace MyProject.Product { public class Claim : ...
Jesus's user avatar
  • 445
1 vote
1 answer
89 views

EF Core : retrieve products with all supplier prices for price comparison and identify cheapest supplier

I'm working on an ASP.NET Core application using ABP framework and EF Core. I need to retrieve information about products and their suppliers for comparison purposes. Specifically, I want to achieve ...
aabdan's user avatar
  • 131
0 votes
0 answers
27 views

How to display text input box over modal in abp framework?

I have the following code which is a modal element. The "NewButton" element is supposed to trigger a text input box in which the user writes the reason for the delete action. The Scripts ...
lilnoob's user avatar
1 vote
0 answers
41 views

Abp.io MAUI Android app will not run in Release Mode

I have 2 .NET MAUI apps that are based on Abp.io Commercial version 8.1.4 that I am unable to get to run past the splash screen on the Android when I compile it in Release mode. I have found many ...
David Rutter's user avatar
0 votes
0 answers
22 views

How to Implement Checkbox Selection in ABP Angular UI for IdentityComponents

I'm seeking to implement checkbox selection within ABP Angular's IdentityComponents. Specifically, I need the ability to select individual rows or all rows for export purposes. How can I achieve this ...
Md.Al-Amin's user avatar
0 votes
1 answer
53 views

implement dbcontext in two separate layers

I impliment clean architecture and i dont want to refrence my dataLayer to HostLayer and use HostDbContext(DesignTimeDbContext) for migration Only and my DataDbContext for connect to database like as ...
ali Payande's user avatar
0 votes
0 answers
26 views

Running abp.io Blazor problem in the ConfigureServicesAsync

I am trying to run a Blazor webassembly multi-tiered using sql and entity framework I have run the DBmigrator, added the libraries, and ran the Http.Api.Host solution. when running blazor it is stuck ...
Sulieman Mansouri's user avatar
0 votes
1 answer
45 views

ABP Framework Costumize Crud UI on Mvc Razor

I am a new user to Abp Framework. Abp performs many operations automatically. This is great, you don't need to do anything for most transactions. But how can I implement a structure like the one below ...
3ddark's user avatar
  • 3
0 votes
2 answers
42 views

Extend TenantResolveContributorBase

I'm working on ABP framework and I'm trying to extend the TenantResolveContributorBase to extend the tenantId functionality; I want to work also with OrganizationId on my Domain project as: Desired ...
Jesus's user avatar
  • 445
0 votes
0 answers
45 views

dynamic menu with ABP permission angular ui

Hi im building an angular application using ABP framework but all my components are libraries not from ABP and i want to render the menu based on the permissions that the user have can i use abp ...
sameh's user avatar
  • 31
0 votes
1 answer
101 views

Adding External OAuth Authentication via AddOauth

Our application current using a traditional username/password login to authenticate against our AbpUsers table internally. We are currently on ABP Framework 5.3.5 I am trying to add a new external ...
user25472340's user avatar
0 votes
1 answer
82 views

Localhost authorize page not found

I have a single monolith application running on ASP.NET Core using ABP.IO framework. Currently having a problem with authorization with swagger UI. It was working fine but suddenly not. When i click ...
Shahzaib Hassan's user avatar

15 30 50 per page
1
2 3 4 5
60