Base solution for your next web application

Activities of "razkhan78"

We have a existing project in Asp.net Core MVC + Jquery with framework .net2.1 and version 6.2.1. We are going to upgrade in .net 8 and version 13.1.1.

I have downloaded the latest version 13.1.1 and .net 8 project with same name.

As mention in documentation "Switch to aspnetzero branch in your source control and copy new AspNet Zero version into this branch". What does it mean to copy new AspNet Zero version into your branch?. Which files, and folder needs to copy ? Can you please describe in detail?

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We have reference to below files in bundleconfig json in the project we downloaded from aspnetzero: wwwroot/lib/json2/lib/JSON2/static/json2.js wwwroot/lib/bootstrap/dist/css/bootstrap.css wwwroot/lib/datatables.net-responsive-bs4/css/responsive.bootstrap4.css wwwroot/lib/push.js/bin/push.js wwwroot/lib/datatables.net-responsive-bs4/js/responsive.bootstrap4.js

but these files does not exist on these paths but available in node_modules and it is causing issue in build pipelines. So can you please let us know how to fix this? Is this bug in existing project or we need to run some commands?

Hi

We are using AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

Is there any way with which we can disable access to specific page if tenant is setup with specific feature tag?

Hi

We are using AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We are working on a new feature where we have a need to dynamically add new item in the menu without reloading page. We have look through some documents and found there is one javascript API called abp.nav.menus.MainMenu but there are no methods we can find right now to make a call and get updated menu.

So could you please let us know if there is anyway we can refresh menu without reloading the entire page?

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core 2.1

Right now we don't have any background job using worker but we see some queries in log which are blocking

(@p9 bigint,@p0 datetime2(7),@p1 bigint,@p2 bit,@p3 nvarchar(4000),@p4 nvarchar(512),@p5 datetime2(7),@p6 datetime2(7),@p7 tinyint,@p8 smallint)UPDATE [AbpBackgroundJobs] SET [CreationTime] = @p0, [CreatorUserId] = @p1, [IsAbandoned] = @p2, [JobArgs] = @p3, [JobType] = @p4, [LastTryTime] = @p5, [NextTryTime] = @p6, [Priority] = @p7, [TryCount] = @p8 WHERE [Id] = @p9

and also some queries deleting logs (@p0 uniqueidentifier)DELETE FROM [AbpNotifications] WHERE [Id] = @p0

We haven't configured so far for it, so we need to know when and at what interval these queries are getting executed? And is there any way we can disable it?

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core 2.1

We are trying to implement the redis cach for "Abp" using the following doc. https://docs.abp.io/en/abp/latest/Redis-Cache Note: We are using "Azure Redis Cache".

When we enable the this then we face the slowness. Can you please let us know wha we need to be looking at?

and also is there any we can move only specific data on redis like only abpsettings?

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core 2.1

Hi We are trying to connect to azure signalR

and getting these 4 errors:

=>Castle.MicroKernel.ComponentActivator.ComponentActivatorException: 'ComponentActivator: could not instantiate Microsoft.Azure.SignalR.ServiceLifetimeManager`1[[LoadStop.Web.Chat.SignalR.ChatHub, LoadStop.Web.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null]]'

=>Exception: Could not instantiate Microsoft.Azure.SignalR.ServiceLifetimeManager`1[[LoadStop.Web.Chat.SignalR.ChatHub, LoadStop.Web.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null]].

=>TargetInvocationException: Exception has been thrown by the target of an invocation.

=>InvalidOperationException: 'AddAzureSignalR(...)' was called without a matching call to 'IApplicationBuilder.UseAzureSignalR(...)'.

Same is working for asp.net core 3.1 aspnetzero with jQuery project we have but issue with this one with .net core 2.1.

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core 2.1

We are facing memory issues in production environment. Our application is deployed on Azure App Service.

We took the memory dump from azure and analyzed with some tools and with that we found issues with Castle Windsor & some automapping related code. Also we have created one sep signalR hub class in system where we added dispose method for _windsorContainer.

Is there anything we can add for our current configuration to get rid of these memory issues?

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We want to add AbpSettings table in "TrackedTypes" in EntityHistoryHelper for tracking/auditing purpose. But couldn't find it as class/entity.

Hi, We have AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We are having specific case where we have "Prev" & "Next" buttons in Edit screen which opens from list page. We need to show prev/next record on those button click, right now we are opening modal on onClose method by adding specific condition, but it looks flickering. We saw there is reopen method but it seems to be taking new arguments.

Is there any way we can refresh modal with "Id" of next records?

Thanks

Showing 1 to 10 of 44 entries