I am playing in the System.Drawing.Imaging namespace, and had an issue trying to draw over the top of bitmaps I had pulled from the web via HttpWebResponse.GetResponseStream. This Code: Graphics graph = Graphics.FromImage(bitmap ); Returned this error
Read More...
Read the complete post at http://rogerguess.net/archive/2007/01/01/Graphics_FromImage.aspx