GDI + System.Runtime.InteropServices.ExternalException HResult = 0x80004005中发生一般性错误Message = GDI +中发生一般性错误

时间:2019-03-25 01:29:16

标签: c# image save box

我正在尝试将图片框中的图像保存到局域网中另一台计算机上的路径。它给了我这个错误:

System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+

它适用于某些jpg文件,不适用于其他jpg文件。

我收到以下错误消息:

string pathFolder = "\\\\DESKTOP-PDP6PSF\\Data\\daily\\";
picturebox1.Image.Save(pathFolder+nameImage1+".jpg", ImageFormat.Jpeg);

0 个答案:

没有答案