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.
@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
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