ASP.Net Core3.1 使用QrCode生成二维码 部署到Linux报错 The type initializer for 'System.DrawingCore.GDIPlus' threw an exception;在Windows上运行功能正常

解决办法:

centos上安装libgdiplus-devel;

命令如下:yum install libgdiplus-devel 安装完成后即可解决上面问题

 

 

填坑记录一下

相关文章:

  • 2021-12-09
  • 2021-12-09
  • 2021-10-02
  • 2021-05-24
  • 2021-07-18
  • 2021-11-20
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案