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

Activities of "rajamannar"

Not working. For now I have parked . I will come back in a week later

I am not able open the image clipping tool.

This problem still exists. I followed all the recommendations.

Thanks I fixed it. It is weird that GetAll input object is having different default filter values when called from API and UI. I decided to have same default filter values by setting them in constructor.

Ok. I will make contact with them. Once I get a reply. I will update here.

Hi,

This problem still exists. Even after installing libgdiplus.

2020-03-05 10:02:10,464 [25 ] Mvc.ExceptionHandling.AbpExceptionFilter - The type initializer for 'Gdip' threw an exception. System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'libgdiplus' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibgdiplus: cannot open shared object file: No such file or directory at System.Drawing.SafeNativeMethods.Gdip.GdiplusStartup(IntPtr& token, StartupInput& input, StartupOutput& output) at System.Drawing.SafeNativeMethods.Gdip..cctor() --- End of inner exception stack trace --- at System.Drawing.SafeNativeMethods.Gdip.GdipLoadImageFromDelegate_linux(StreamGetHeaderDelegate getHeader, StreamGetBytesDelegate getBytes, StreamPutBytesDelegate putBytes, StreamSeekDelegate doSeek, StreamCloseDelegate close, StreamSizeDelegate size, IntPtr& image) at System.Drawing.Image.InitializeFromStream(Stream stream) at System.Drawing.Image.LoadFromStream(Stream stream, Boolean keepAlive) at System.Drawing.Image.FromStream(Stream stream)

at lambda_method(Closure , Object , Object[] ) at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location where exception was thrown ---

Hi, The best approach we have done on this is to have different pipelines for Host, MVC and Public Site. If you try to deploy all in go, this error occurs. And we are happy with this solution. It works all the time.

Hi,

These are steps to follow to re-create the issue.

  1. Create an Azure App Service and choose .NET Core 3.1 ( LTS ) and it defaults to Linux version.
  2. Then deploy to the newly created App Service from Visual Studio or CI.
  3. As soonn as login the default picture for the admin account will empty
  4. Check in the logs, there will be an error related to this
  5. Additionally you will also find the libgdiplus erro as well. That can be fixed. I have already answered in a separate thread.
Showing 1 to 10 of 14 entries