Exception raised while adding the latest NuGet package and compiling Azure Function

Hi @ahsaniqbalsidiqui,
Version 20.8.6 is working fine with dependent dll -> System.Text.Encoding.CodePages dll in azure function. But same time if I try with latest version 21.1.0 it is throwing this “Could not load file or assembly ''System.text.encoding.codepages” error. Please find the attached azure function POC done.

AsposeAttachmentsPOC.zip (6.4 KB)

Thanks,
Srinivas.

@srinivasaraju.b,
We have observed the issue and logged it in our database for further investigation. You will be notified here once any update is ready for sharing.

This issue is logged as:
CELLSNETCORE-101 - Exception raised while adding the latest NuGet package and compiling Azure function

Ok thanks @ahsaniqbalsidiqui, please update as early as possible since it is a blocker to our development.

@srinivasaraju.b,

Please spare us little time to evaluate the issue first. We will keep you posted with updates (once available) on your issue.

Sure @Amjad_Sahi, thank you.

Hi @srinivasaraju.b
You may get Aspose.Cells 20.2 from nuget to fix this issue now.
we revert the NuGet package version referenced by Aspose.Cells to the previous version:
System.Drawing.Common 5.0.0 - > 4.7.0
System.Text.Encoding.CodePages 5.0.0 - > 4.7.0

A post was split to a new topic: PDF file cannot be opened after embedding it in Excel file in Azure function