[HELP] this error public class HouseItem

04/20/2010 06:40 antulilin#1
someone can help me? i have this error

public class HouseItem
{
public static Hashtable FurnitureOwner = new Hashtable();
public static Hashtable ItemBoxOwner = new Hashtable();
public static Hashtable ItemBoxBase = new Hashtable();

the error about,
Error 1 The type or namespace name 'Hashtable' could not be found (are you missing a using directive or an assembly reference?) C:\OldCODB\antuco_server\Game\NPC.cs 138 23 NewestCOServer

i need help thanks ALL
04/20/2010 06:46 kamote#2
#request move
Wrong Section
04/20/2010 07:01 Huseby#3
#Moved
04/20/2010 10:13 Korvacs#4
Quote:
Originally Posted by Huseby View Post
#Moved
.
04/20/2010 10:54 Warlax#5
try adding "using System.Collections' at the top of ur file (possibly need ".Generic" too, cant rem off the top of my head)
04/21/2010 01:15 Trigorio#6
Collections should be enough.