Image.FromFile gives "Out of Memory" Exception for icon
I got "Out of memory" exception when load an ".ico" file use System.Drawing.Image.FromFile,

And I still got "Paramter is not vaild" exception when load the ico use Image.FromStream.


Who knows what am i doing wrong?