“A generic error occurred in GDI+” when attempting to use Image.Save

后端 未结 6 1033
挽巷
挽巷 2020-12-11 06:21

I am developing an Outlook 2010 Add-In, and am loading an image from a serialized XML file. The image loads fine, and am able to assign it to a pictureBox object on a Winfo

6条回答
  •  一整个雨季
    2020-12-11 07:06

    I had the same generic exception, but then I gave write permission to the IIS on parallel plesk file manager. if you are on windows server, make sure to give write permission to IIS user which was IIS_IUSR in my server

    also make sure that the folder you are trying to save is correct as mentioned in above comments

提交回复
热议问题