Hi! I am working on an program that basicly needs a large list. The program works fine untill i comletely fill up the "List<Object>" type. And no, it is not due to lack of ram. The program tries to add more than System.Int32.MaxValue ammount of objects. I have thought about simply having an array (or list) of lists, but somehow this is not tempting due to what i need to do to the rest of the code to make this work.
Any ideas as to what I should do?
Cheers