ResourceManager crashes runtime trying to read Bitmap in .Net Core

前端 未结 0 1461
时光取名叫无心
时光取名叫无心 2021-02-08 18:44

I try to load bitmap from Resource file in .Net Core app (Azure Job).

Code example

var bmp = new Bitmap(100, 100); // Works ok. Since loads it from System.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题