Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "razkhan78"

Hi Team,

We are upgrading our existing application (Asp.net Core MVC + Jquery with framework .net2.1 and version 6.2.1.) to .net 8 and version 13.1.1. following documentation (Version-Updating). We have successfully resolved all conflicts of files and now try to running the project.

When doing Impersonation getting a AbpSession.ImpersonatorUserId NULL.

Issue resolved by Adding .AddFacility<LoggingFacility> in Startup.cs file.

Thanks @ismcagdas

@ismcagdas

Its not possible to share the project. Is there any other way to resolve this issue?

Hi @m.aliozkaya

All the packages are updated but still facing issue.

Hi Team,

We are upgrading our existing application (Asp.net Core MVC + Jquery with framework .net2.1 and version 6.2.1.) to .net 8 and version 13.1.1. following documentation (Version-Updating).

Getting a lot of MIME Type Errors.

Refused to apply style from 'http://localhost:65501/view-resources/Areas/App/Views/_Bundles/account-layout-libs.min.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Hi Team,

We are upgrading our existing application (Asp.net Core MVC + Jquery with framework .net2.1 and version 6.2.1.) to .net 8 and version 13.1.1. following documentation (Version-Updating).

In Startup.cs we have added below line // MVC var mvcBuilder = services.AddControllersWithViews(options => { options.Filters.Add(new AbpAutoValidateAntiforgeryTokenAttribute()); options.AddAbpHtmlSanitizer(); });

We are facing below exception when project runs.

Exception: HandlerException: Can't create component 'Abp.AspNetCore.Mvc.Antiforgery.AbpAutoValidateAntiforgeryTokenAuthorizationFilter' as it has dependencies to be satisfied. 'Abp.AspNetCore.Mvc.Antiforgery.AbpAutoValidateAntiforgeryTokenAuthorizationFilter' is waiting for the following dependencies: - Service 'Castle.Core.Logging.ILogger' which was not registered.

Hi @ismcagdas,

As we are upgrading to latest version from 6.2.0 to 13.1.1 following documentation. I have read in one of your comment "We don't support IdentityServer4 anymore. In v12.3 we will integrate and support OpenIdDict".

I have seen in latest version you have removed IdentityServer4 and using OpenIdDict but we still want to use IdentityServer4. Need your assistance on this. What we have to do to use IdentityServer4 instead of OpenIdDict?

Hi @ismcagdas,

As we are upgrading to latest version from 6.2.0 to 13.1.1 following documentation. I have read in one of your comment "We don't support IdentityServer4 anymore. In v12.3 we will integrate and support OpenIdDict".

I have seen in latest version you have removed IdentityServer4 and using OpenIdDict but we still want to use IdentityServer4. Need your assistance on this. What we have to do to use IdentityServer4 instead of OpenIdDict?

alright got it.

As you know, we are upgrading from 6.2.0 to 13.1.1. What you suggest, can we continue with v13.1.1 or should continue with 13.2.0? What is the expected release date of 13.2.0? I read in one comment 13.2.0 will be release on Tuesday 05/14/2024. Can you please confirm?

Hi @ismcagdas

Thank you for your reply. Do you mean copy all project files by Folder in file explorer of the newly downloaded project (Latest version 13.1.1) onto my existing project (version 6.2.1) OR by Merging two (newly downloaded project & existing project) branches ?

Second thing is that what does it mean in documentation "Both approaches explained above doesn't delete the files which are renamed or deleted in the original AspNet Zero repository".

Showing 11 to 20 of 112 entries