GDI+ on 64bit systems
- by LaZe
Our system uses a lot of large Bitmaps (System.Drawing.Bitmap) and sometimes we run out of memory and gets a "Parameter is not valid" error. This makes sense, since it can be difficult to allocate large continuous chunk of memory.
So the question is... If we upgraded the system to 64bit, would this problem go away?