Topic:   System.Drawing not supported in ASP Net Core and Electron EdgeJS
Feb 10, 2021 11:19 2 Replies 595 Views KRISHNA SWAROOP

We are trying to convert an Electron edge with ASP NET MVC project to Electron Edge with ASP Net core where we are facing an issue "System.Drawing not supported on this platform".

It doesn't throws any error when working with MVC but throws error in ASP NET CORE.

Prev Next
Topic Replies (2)
  1. 1
    idnkx user

    PARTH

    The System.Drawing namespace is not recommended for new development, because it's not supported within Windows services, ASP.NET Core, and ASP.NET.

    You can use ImageSharp, SkiaSharp instead.

    1
    idnkx user

    SAI

    The System.Drawing namespace is not recommended for new development, because it's not supported within Windows services, ASP.NET Core, and ASP.NET.
    You can use ImageSharp, SkiaSharp instead.
    You can check the documentation for more explanation about System.Drawing

Leave a Reply
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect