Why am I getting an error 13 with this line of code?

VB Code:
  1. ListView1.ListItems.Add "Something"

I get a type mismatch error. Why? I've never had this problem before.