Some dlls doesn't work on windows

I updated the aspose version and some dlls stopped working on windows. On Linux it’s working fine.
Follow the errors:

System.ArgumentException: Invalid image stream (System.Drawing.Common is not supported on this platform.) at Aspose.Pdf.XImageCollection.Add(Stream image)

System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at Aspose.Page.EPS.Device.PdfDevice…ctor(Stream ros)

System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at Aspose.Imaging.ImageOptions.PdfOptions…ctor()

System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at Aspose.Slides.Presentation.Save(String fname, SaveFormat format, ISaveOptions options)

System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform. at Aspose.Slides.Slide.GetThumbnail()

Aspose.Imaging.CoreExceptions.ImageLoadException: Unable to read file. Exception: System.Drawing.Common is not supported on this platform. at Aspose.Imaging.Image.Load(String filePath)

@everaldo,

1). Regarding Aspose.Imaging, we need more information from your side to investigate and trace the issue for the Aspose.Imaging use-case. As a first step of investigation, we need the following information:

  • Which version of Aspose.Total introduced this error and which version works?
  • Output of the dotnet --info command from your PC
  • Source code of the project to reproduce the issue.

Unfortunately, the issue may require additional iterations to collect the required information.

2). Regarding Aspose.PDF, it seems that you are trying to use Aspose.PDF with .NET 7.0. However, please try using Aspose.Pdf.Drawing instead of Aspose.PDF as it does not have a System.Drawing dependency.

3). Regarding your issue for Aspose.Page and Aspose.Slides APIs, our respective teams will evaluate and get back to you soon.

@everaldo,
As for Aspose.Slides, please share the following additional files and information:

  • presentation file
  • code examples that reproduce the errors
  • .NET target platform in your app
  • Aspose.Slides version you used