原文:Image.Save exception "A generic error occurred in GDI+." when saving to MemoryStream
I have a server-client application, i want to get a Screen Shot from server,but on the line bitmap.Save(ms, System.Drawing.Imaging.ImageFormat.Png); i get this exception : A generic error occurred in ...