A generic error occurred in GDI+

后端 未结 10 655
孤城傲影
孤城傲影 2020-12-17 18:17
[ExternalException (0x80004005): A generic error occurred in GDI+.]
   IpitchitImageHandler.Data.ImageRepository.AddNewTempImage(Stream image, String extension, Guid         


        
10条回答
  •  爱一瞬间的悲伤
    2020-12-17 18:45

    This one followed me for a long time. Yes you can check permissions but what you also should do is to dispose of your bitmap correctly.

    bitmap.Dispose();
    

提交回复
热议问题