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

Activities of "maliming"

The problem has been resolved by remotely.

hi

Maybe you can try to copy the System.Data.SqlClient.dll in the zero project to the final directory.

hi @Leonardo.Willrich

Does the publish folder contain the System.Data.SqlClient.dll file?

Zero uses the 4.8.1 version of System.Data.SqlClient package.

hi

elsa-core has released new version.

https://github.com/elsa-workflows/elsa-core/releases

hi @TOGIT

I think you can ignore these warnings, if you encounter problems, please continue to feedback.

Hi

This method exist in aspnetboilerplate.

https://github.com/aspnetboilerplate/aspnetboilerplate/blob/35cb7f6be1b9a8a17f64f83f82567c09b2c5bf07/src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/HttpContextClientInfoProvider.cs#L37

hi

You can forward the real IP in nginx and then rewrite the GetClientIpAddress method of HttpContextClientInfoProvider to get the info in the request header.

https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/HttpContextClientInfoProvider.cs#L37

Please refer to https://support.aspnetzero.com/QA/Questions/9537/Solution-for-unable-to-log-in-via-http-in-the-new-chrome

I am publishing the Migrator project

You can try self-contained.

Publishes the .NET Core runtime with your application so the runtime doesn't need to be installed on the target machine.

dotnet publish -r win-x64 --self-contained 

https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish https://docs.microsoft.com/en-us/dotnet/core/rid-catalog

hi @kwanp

  • Steps needed to reproduce the problem.

Have you tried to clear the cookies of your browser?

Showing 31 to 40 of 2998 entries