TexG
Regular
I am adding to a listview with no problem but when I try and add a field of type "text" from access database with:
ListView1.Items(i).SubItems.Add(myReader("description"))
I get the following error!
An unhandled exception of type 'System.Reflection.AmbiguousMatchException' occurred in microsoft.visualbasic.dll
Additional information: No accessible overloaded 'ListViewSubItemCollection.Add' can be called without a narrowing conversion.
what does that mean and how can i fix it?
Thanks
ListView1.Items(i).SubItems.Add(myReader("description"))
I get the following error!
An unhandled exception of type 'System.Reflection.AmbiguousMatchException' occurred in microsoft.visualbasic.dll
Additional information: No accessible overloaded 'ListViewSubItemCollection.Add' can be called without a narrowing conversion.
what does that mean and how can i fix it?
Thanks