using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace msdb{ public class dbWordSet : HashTable<int> { }}Compiler error message isError 1 The type or namespace name 'HashTable' couldnot be found (are you missing a using directive or anassembly reference?) C:\Documents andSettings\austiny\My Documents\Visual Studio2005\Projects\MicroServer\msdb\dbWordSet.cs 8 30 msdbif I change HashTable to List, there is no errormessage.