Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
73 views

Is it possible (and recommended) to use Blazor as the front-end in ASP.NET Zero? Has anyone successfully integrated Blazor web assembly with ASP.NET Zero backend, and if so, what approach did you take?...
wehavetowin 2021's user avatar
0 votes
0 answers
105 views

In my current job, we use the ASP.NET Zero framework (based on ABP, I think) in a C# / ASP.NET MVC context. I've never used it before. Integration tests inherit from AbpIntegratedTestBase. We've ...
OutstandingBill's user avatar
0 votes
1 answer
32 views

Using this tag: <vc:account-logo skin='@(theme.BaseSettings.Layout.DarkMode ? "dark": "light")'></vc:account-logo> I get this HTML: <img src="/Common/Images/my-...
OutstandingBill's user avatar
0 votes
1 answer
83 views

I spent several hours getting a <select> element to work correctly, and in the end, the solution came from trying random stuff, rather than from anything I could find on the internet. I was able ...
OutstandingBill's user avatar
0 votes
1 answer
1k views

When I "Run" a unit test, it works fine. When I "Debug", the test run always aborts, and I always see this in the Output window: ========== Starting test run ========== [xUnit.net ...
OutstandingBill's user avatar
2 votes
0 answers
2k views

I'm using MiniExcel in a .NET (ASP.NET Zero) Project to generate Excel files for my frontend Tables. The Users can change which columns are shown and in what order for each Table, so I needed to use ...
TB124's user avatar
  • 11
0 votes
1 answer
505 views

My pipeline runs, detects my test results, and claims to upload them. However, the link gives me a 404. This is the first time I've tried to use this task in the pipeline. According to the Microsoft ...
Wani Mudasir's user avatar
1 vote
1 answer
469 views

In my application, the response time for the API call - AbpUserConfiguration/GetAll is around 3-7 seconds, not just the first time. This API is called when the user logs in. Is there any way that I ...
DevUser's user avatar
  • 11
0 votes
0 answers
389 views

I am using aspnetzero for my development in .net and angular. When I enable the multitenancy in my project than abpsession tenantid is not getting set. It is null. If I disable it than host tenant id ...
Aashima's user avatar
0 votes
0 answers
83 views

How can I resolve the "ComponentActivatorException" error in ASP.NET Zero when running my Xamarin.Forms iOS app, which shows the following message: "System.Exception: Set configuration ...
jmdee's user avatar
  • 1
2 votes
1 answer
116 views

I'm wondering and trying to achieve the following scenario with Asp Net Zero 12.0.0 - ASP.NET CORE & Angular: A project that keeps all the users, permissions, roles, user groups, charts and ...
Saleh Ahmadi's user avatar
0 votes
1 answer
810 views

I have found out a video about first configurations and run the ABP project. I have applied instructions of this video step by step but there are some problems on running. For example video created ...
G. ÖZEL's user avatar
0 votes
0 answers
948 views

I have already spent almost week on this issue and researched the various similar issue and applied but nothing works. Here is the detail of issue. I am using the npm package "angular-oauth2-oidc ...
Pargat Singh's user avatar
1 vote
1 answer
470 views

I'm using generated entities from ABP Suite. Sometimes I need Id of inserted entity. But when CreateAsync method is called it returns 0. It internally calls InsertAsync and not InsertAndGetIdAsync. So ...
angelica's user avatar
0 votes
1 answer
483 views

I have code/common functionality that needs to be re-used in multiple app services (i.e. say a simple lookup function). I am looking to create a Helper class that isn't really an API, just something ...
Drewskis's user avatar
  • 449

15 30 50 per page