Facing the DllNotFoundException with SkiaSharp.dll while converting the document as a PDF after using the hosted AWS service path.

0

We have deployed the ASP.NET Core Web API with AWS Lambda. While using the hosted AWS service path in the fetch API to invoke the server for saving the document as pdf processing, we faced the problem "Failed to load resource: the server responded with a status of 500 ()" on the client side. While validating this problem in the AWS log, we found that the DllNotFoundException occurred with SkiaSharp.dll on the AWS server side. Then we installed SkiaSharp.dll properly on our server end. After installing SkiaSharp.dll, we published the AWS lambda and ensured the installed SkiaSharp.dll was included in the published folder as well. But even after installing SkiaSharp.dll, the same exception still occurred on our end.

Enter image description here

Even after installing SkiaSharp.dll, the same DllNotFoundException occurred with SkiaSharp.dll on the AWS server side. Our requirement is to save our document as a pdf by using our client and server-side codes. So, we expect a solution to resolve this exception problem and a suggestion to save the document as a pdf.

已提問 2 個月前檢視次數 161 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容