Hi all
When i add
[ToolboxItem(false)]
List<string> names = new List<string>();
in webservice error occuring " The type or namespace name 'List' could not be found (are you missing a using directive or an assembly reference?) why this error comes which assembly have to be added
Thanks in Advance
Amrutha