I\'m trying to write a light-weight image viewing application. However, there are system memory limitations with .NET.
When trying to load large bitmaps (900
just a quick fix, i had the same problem, i created a second bitmap instance and passed the bitmap in the constructor.