标签: c# .net system.drawing
我的代码:
var bitmap = new Bitmap(filePath); ... bitmap.Dispose(); <--- Fails here
在一个文件夹(远程UNC共享)中的30k张图像中,调用Generic error occurred in GDI+时使用.Dispose的2个文件失败。
Generic error occurred in GDI+
.Dispose
发生这种情况的原因有哪些?