Using the V2 API wrapper for C#. I am getting the following while doing AddContact... Method not found: 'System.Collections.Generic.List`1<CTCT.Components.Contacts.EmailAddress> CTCT.Components.Contacts.Contact.get_EmailAddresses()'. at BusinessLayer.CCContact.Insert(DataRow dr, String format, Boolean ActionByCustomer) at BusinessLayer.Syncronizer.SyncEmailSubscriptions.UpdateNewAndChangedContactsFrommeMembersweb() in c:\MembersWeb\enews\SyncContacts\BusinessLayer\SyncScriptBase.cs:line 166 There is no such method (get_EmailAddresses()) in either our code or in the C# wrapper for V2 APIs. Therefore, this message must be coming from your server. I can't be absolutely positive that this is happening on an AddContact call because the stack trace is missing a level. I don't understand why that is the case either. Perhaps a .pdb file is not up to date. In any case, Please explain why you believe we are getting this message.
... View more