an error occured while receiving the HTTP response to ... An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. An error occurred during the parsing of a resource requ...
Image img = Image.FromStream(ms, true); img.Save(satelliteFolderImagesDownload + "\\image" + satCounter + ".gif", System.Drawing.Imaging.ImageFormat.Gif); } satCounter++; } } } } and I also tried again now using the old way with this single line to download and it's workin...