How to find reason for Generic GDI+ error when saving an image?

前端 未结 10 1571
心在旅途
心在旅途 2020-11-27 19:03

Having a code that works for ages when loading and storing images, I discovered that I have one single image that breaks this code:

const string i1Pa         


        
10条回答
  •  感动是毒
    2020-11-27 19:39

    Just use the visual studio as administrator or run the application created by the code as administrator it should work smoothly. It is user access rights issue. I faced the same and resolved it by running visual studio as administrator.

提交回复
热议问题