aspnetboilerplate Questions

3

Solved

I have asp.net core project which runs on Asp.Net Core V2.1.0 which has signal r integrated. I have downloaded a sample project from aspnetbrolerplate. When I try to run the application it gives me...
Shakti asked 10/7, 2018 at 15:19

1

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....
Chigetai asked 30/4, 2024 at 19:33

6

I know this is duplicate of some past questions.But there were no real solution. One of the related links Another one I am working with .Net Core 3 Multipage Template. I've tried everything like...
Osteoid asked 2/1, 2020 at 7:9

4

Solved

Might be a dumb question for many but we are thinking of adopting ASP.NET Boilerplate for our next project. Just a bit confused as there seems to be 2 different websites for it and 2 different Git ...
Haught asked 25/9, 2019 at 3:10

15

Solved

I'm trying to insert records in two tables, but getting the exception. Could you please help me to resolve the issue. First I tried the below code. await _testRepository.InsertAsync(test); await ...

2

Please I updated my .NET 5 to .NET 6 and I have this errors on adding migration: System.MissingMethodException: Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.ITypeBase.get_C...

5

I' m using aspnetboilerplate with Angular and .NET Core. When i try to deploy application on Azure it shows: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScrip...
Nica asked 3/3, 2020 at 14:57

3

Solved

I'm using aspnetboilerplate solution developed with ASP.NET core 2.2 . The backend is deployed on azure and it uses the SQL server provided. Sometimes, when the backend has a lot of requests to han...

2

Solved

I've downloaded a Angular 5 / .NET 5 project, and normally when I run the command npm install, I don't have any problems. But since yesterday when downloading a project and running this command I g...
Charlatan asked 24/3, 2021 at 8:43

2

Solved

I used: services.AddAuthenticationCore().ConfigureApplicationCookie(o => { o.ExpireTimeSpan = TimeSpan.FromHours(1); o.SlidingExpiration = true; }); to set my authentication cookie ExpireTi...

8

Solved

How do I set Swagger as the default start page in ABP template instead of /Account/Login? I'm using ASP.NET MVC 5.x + Angular 1.x. Update Current code: public static void RegisterRoutes(RouteCo...
Grindlay asked 23/11, 2017 at 14:23

4

Solved

Context Currently I'm working in a Documents and Records Management System (DRMS?). Because of some technical limitations I need to store a "view" file and a "source" file (DOCX or XLSX). A view f...
Luxuriant asked 9/10, 2017 at 19:6

2

Solved

I downloaded .NET Core & ReactJS template from aspnetboilerplate.com . I initialized the db. In reactjs folder, I ran npm install and npm start commands. I get this error: Property 'tz' does n...
Kristopher asked 1/10, 2020 at 18:50

3

i have already tried to find eslint rules or options in the project but i could not find these. i am using angularjs with mvc5 template type of aspnet zero. How to disable eqeqeq in visual studio f...
Nosebleed asked 22/1, 2018 at 5:44

4

I created an RecurringJob with Hangfire, but when the job is finish I'm getting the following ERROR: ERROR 2018-12-05 15:20:05,982 [fc937] Hangfire.AutomaticRetryAttribute - Failed to process the ...
Roster asked 5/12, 2018 at 8:23

3

TypeScript 2.4 added support for dynamic import() expressions, which allow us to asynchronously load and execute ECMAScript modules on demand. Trying to dynamically import the localize but facing t...
Personally asked 15/11, 2021 at 7:12

2

Solved

I'm using ASP.NET Boilerplate for one of my application. The application was on 3.5.0 version of Abp and the template was ASP.NET Core with MVC. I recently upgraded it to 3.6.2 the upgrade was fine...
Canso asked 22/6, 2018 at 11:18

2

I want to add an ID (GUID) to the exception and: Log it Return it to the client json response Where should I generate this log ID value and add it to the exception message that is logged. And w...
Iglesias asked 18/6, 2018 at 15:15

3

Solved

We are implementing a solution to query a temporal table. When enabling a temporal table on SQL server for any table, SQL will automatically add a second table with extra “_History” at the end of ...
Trippet asked 27/6, 2019 at 8:44

4

Solved

I created a CrudAppService. When I invoke its dynamic API by using swagger, I get a generic 500 error with this description: { "result": null, "targetUrl": null, "success": false, "error": { ...

2

I am using ASP.NET Boilerplate v2.0.1 with .NET Core and Angular 2 project template. I have multiple modules in my project that are currently served using same API endpoint. Please note, in the fu...
Tull asked 1/4, 2018 at 16:45

4

Solved

I'm developing aspnetzero application with angular but when I'm assigning value of categories property in p-dataTable I'm getting this error in browser console: Can't bind to 'value' since it isn'...
Criminal asked 15/11, 2017 at 0:37

2

Solved

My Environment .NetCore SDk - 2.1.300 Microsoft.AspNetCore.SignalR - 1.0.0 IIS - Version 10.0.12393.0 in Window Server 2016 Sample Code for AspNetCore.SignalR I follow the instructions by li...
Medullary asked 31/5, 2018 at 12:44

1

I'm using asp.net zero build on boilerplate and I want to extend my table of feature, but I couldn't access feature table like other normal tables which I've created. Can anyone help?
Helpmate asked 30/1, 2020 at 8:56

1

Solved

I am trying to extend the AuditLog entity in ASPNETBOILETPLATE framework in order to add some new properties to it. I have tried to extend the AuditLog class (ExtendedAuditInfo) and implement a cus...
Palma asked 26/1, 2021 at 16:30

© 2022 - 2025 — McMap. All rights reserved.