out of memory

  1. D

    Persistant User controls and out of memory exception

    I have a Winform application that I am using with WCF and SQL. Part of the program that the users use to create a report will dynamically create custom user controls and place a reference to them into a hashtable that I maintain. Then as the user navigates through the report by selecting...
  2. J

    Question Load large image into a Bitmap object

    I have a large image (PNG: 22,550 x 16,7000) that I need to somehow split into several 256x256 JPG tiles. But when I try to load it into a Bitmap (or Image) object, I keep getting an "Out of Memory Exception" error. So, I was wondering if there is a better way to split an image up? Or is...
Back
Top