I am trying to print proofsheets that are on legal sized paper and each one contains 5 rows with 11 images in each row (55 total). After a certain number of images (it's a different number on different computers) have been laid out on the page (using the e.Graphics.DrawImage method) I am getting this error message - A generic error occured in GDI+
Has anyone ever encountered this before - or had success printing pages with a large number of images on it (that each need to be put in a specific spot and scaled to a specific size using the DrawImage method)
Thanks for any and all help
Jeff

Printing Images
WebMetro
The only thing I could think of is that you may be creating objects and not disposing of them, which may need some manual disposing. I can't imagine what, though, because it depends on what code you have.