This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I upload an image to a fileStream. Then I put it on a Image object. If I want to show this image to the page, which way should I follow ? System.Drawing.Image image = System.Drawing.Image.FromStream(file.InputStream)) **IMMEDIATE WINDOW** image {System.Drawing.Bitmap} [System.Drawing.Bitmap]: {System.Drawing.Bitmap} base {System.MarshalByRefObject}: {System.Drawing.Bitmap} Flags: 0x00013012 FrameDimensionsList: {System.Guid[0x00000001]} Height: 0x0000012f [...] read more