发生了一般错误

时间:2013-01-14 11:00:05

标签: asp.net

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);

1 个答案:

答案 0 :(得分:0)

ASP.NET不支持System.Drawing namespace中的类:

  

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

改为使用Windows Imaging Components