You're the man!!! I got all of them! got a big bunch of this:
A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in Phone Usage Reporter.exe
but there they are... I also changed for loop to this:
int
total = mexicoContacts.Items.Count;
for (int i = 1; i <= total; i++)
because asking many times for mexicoContacts.Items.Count's value also raised an exception... do you any idea why this happened?
anyway it works now... thanks!!!!