I am having a problem with VS 2003 and images, or
resources, or the ImageList.
It doesn't matter how many different lists I have, but
somewhere between 18 and 28 images I get an exception in
the initialization portion of the form.
The exception always shows up on the line after the last
resource is loaded.
I have seen a very similar problem in VS 2002 when
targeting PCs but with lots more images (200+).
The exception doesn't give any additional information to
pass on.
I have worked around the problem by loading the images
from files at runtime.
My questions are:
Is this a known problem? If so, is there another
workaround?
Thanks, Allen