0

GDI+ 中出现一般错误。

说明:执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。

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

源错误:

Line 69: 
Line 70:             // Save Thumbnail Image
Line 71:             bmpResized.Save(strPath, fmtImageFormat);
Line 72:             // Save big Images
Line 73:             bmpBigResized.Save(strBigPath, fmtBigImageFormat);
4

1 回答 1

0

ASP.NET 不支持System.Drawing命名空间中的类:

不支持在 Windows 或 ASP.NET 服务中使用 System.Drawing 命名空间中的类。尝试从这些应用程序类型之一中使用这些类可能会产生意想不到的问题,例如服务性能下降和运行时异常。有关受支持的替代方法,请参阅 Windows 映像组件。

请改用Windows 映像组件

于 2013-01-14T11:03:08.637 回答