Skip to main content

Questions tagged [aspnetboilerplate]

Use this tag to ask questions about the previous ASP.NET Boilerplate, a web applications framework. Bug reports and feature requests should be posted to GitHub. For the successor use [tag:abp]

aspnetboilerplate
0 votes
0 answers
11 views

ASP.NET Boilerplate: Long Load Time for ABP Dynamic Scripts

I'm using the ASP.NET Boilerplate framework in my application, and I'm experiencing significant load times for the following script: <!-- Dynamic scripts of ABP system (They are created on runtime ...
Azim Kazi's user avatar
0 votes
1 answer
54 views

'Cannot access a disposed object' once migrated ASP.NET Boilerplate from MVC5 to ASP.NET Core MVC

I have a ASP.NET boilerplate 7.4 MVC app using .NET framework 4.6 and that now I'm migrating to ASP.NET Core 8 (.NET8). I have a problem in a MVC Controller when using AbpSession.Use(...). The problem ...
Gianpiero's user avatar
  • 3,477
0 votes
1 answer
33 views

abp.ajax call fails when I migrate my ASP.NET boilerplate MVC web app from .NET Framework to ASP.NET Core

I have a ASP.NET boilerplate 7.4 MVC app using .NET framework 4.6 and that now I'm migrating to ASP.NET Core 6 (.NET6). To do it, I started from a new ASP.NET Core MVC project generated with the ...
Gianpiero's user avatar
  • 3,477
0 votes
0 answers
13 views

the difference between Appserver and Web.Host in nswag

I have 2 functions . one is in the AppServer , like [HttpPost] functionA(ObnectDto dto)... one is in the web.host ,likes [HttpPost] functionB(ObnectDto dto)... the 2 functions all have the attribute ...
NorthBigFish's user avatar
0 votes
1 answer
63 views

Server time out issue after 3 mins

If my api call taking more than 3 mins, i'm getting server time out issue in abp boilerplate framework application. this issue is happens in hosted environment not local environment. where i should ...
Sriram Gunasekar's user avatar
0 votes
1 answer
43 views

ASP.NET Boilerplate EF Unable to determine the relationship

I started a new project by downloading the latest aspnetboilerplate solution from their site using MVC. As soon as I add this code below to the WebDbContext I get the error also below. Even with no ...
Quinton's user avatar
  • 141
0 votes
0 answers
25 views

Invalid tokens after creating the ABP IO container with OpenIddict

Invalid tokens after after creation the docker of the ABP IO container with OpenIddict. Data Protection is stored in a non-container, but the token signature changes anyway. Added the builder....
Евгений Кряжев's user avatar
0 votes
1 answer
31 views

ABP Proxy Names

I am a bit new to ABP application framework. I have created a number of entities and razor pages that are working as expected. However one of my Entities is Called BloodGroup. When I try to a use the ...
Amour Rashid's user avatar
6 votes
1 answer
105 views

Connection leak after upgrading to abp 9.2.2

Today I upgraded my asp.net boilerplate project nuget packages from 8.3.1 to 9.2.2 and started observing below exceptions afterwards. 24-04-30T19:07:26.461128248Z fail: Microsoft.AspNetCore.Server....
Erdem Ergin's user avatar
0 votes
0 answers
18 views

Track realtime active session

i have web application created on the top of abp 2.3 version with hundreds of defined users account. Now i would to able to detect, in real time mode, how many user is active wrinting an ...
Saro's user avatar
  • 160
0 votes
1 answer
45 views

Get Typeof Table which is passed as variable

var TemplateGroupList = _templateGTRRepository .GetAll() .Where(x => x.TemplateGroupId == template.Id) .ToList(); var PropertyList = new List<string>(); foreach (var item in ...
Sanjay Kumar Mahato's user avatar
0 votes
0 answers
23 views

How to setup benchmarkdotnet in abp boilerplate

I'am trying to setup benchmark to improve/optimise the code in the application, not benchmarking abp itself. Example of benchmarking that i want to monitor: ef query refactoring or using dapper ...
moyomeh's user avatar
  • 155
0 votes
0 answers
46 views

Create custom intereceptor for Abp dynamic C# client proxies

I am to do the following using Abp's dynamic c# client proxies: Register two dynamic client proxies, e.g. one for "FoobarService" and one for "BazbarService" using ...
Karl's user avatar
  • 5,766
1 vote
0 answers
45 views

Problem when use SignalR with ASP.NET Boilerplate - Connection ID required

I'm creating a SignalR to notify people who are logged in about CRUD events, but I don't understand the ASP.NET Boilerplate documentation very well. What should I do with JS in the final step? I used ...
James Black's user avatar
0 votes
0 answers
125 views

How to get the current logged in userID in ABP - Angular?

Version: ABP CLI 8.0.1. I have an option on the website to select an account on the system, I retrieve the account names via the /api/identity/users endpoint like this: getListWithoutSorting = (input: ...
CTtXH's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
94