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
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
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
Have you tried to clear the cookies of your browser?