I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

No accessible overloaded 'ListItemCollection.Add' can be called without a narrowing conversion

john\′s Photo
9 May 08, 7:22AM
No accessible overloaded 'ListItemCollection.Add' can be called without a narrowing conversion
A narrowing conversion occurs when you are attempting to put something large into something that is probably too small to hold it. For example, going from Int32 to Int16 should do it.

Have you more of the code, so we can see what you added for the first two records, which worked, and what you finally added which doesn't.
Currently you need to be logged in to leave a message.