arraylist
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Because it should be ArrayList instead. There is no ArratList in any of the standard namespaces (I can't speak for any assemblies you've written here). The ArrayList is in the System.Collections namespace.
Deja View - the feeling that you've seen this post before.
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
For all Framework classes MSDN states to what namespace they belong. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
:rose:Hi sonia, i think you have problem with arraylist declaration.... you may use ..... private ArrayList mylist= new ArrayList[100]; i think it will works... Nisar Inamdar. Always For U
-
i wrote the following code at the form load ArrayList s; it showed the following error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?) is there any dependency or namespace i have to include.
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
Sonia Gupta wrote:
ArratList s; it showed the following error The type or namespace name 'ArratList' could not be found (are you missing a using directive or an assembly reference?)
Because there is no class named like
ArratList
-
:rose:Hi sonia, i think you have problem with arraylist declaration.... you may use ..... private ArrayList mylist= new ArrayList[100]; i think it will works... Nisar Inamdar. Always For U