Date: 07/20/06 (C Sharp) Keywords: microsoft Hi all. I'm at it again and this time I'm trying to use the ArrayList class that's found within the System.Collections namespace. However, I don't seem to HAVE this namespace. I've added System, and I've tried to manually add System.Collections into the references but I don't see it. So I type it in manually, and try to do an ArrayList but it says "The type or namespace 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)" and I'm at a loss of how to fix this.
|