kythyria / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Error Loading Contacts with ContactLocationType='Other' #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error occurs only at Version 4.0.1.

When a contact has a ContactLocationType of type 'Other' XML Deserialization 
fails and the user will never sign in.

For me it worked after adding <xsd:enumeration value="Other" /> as an enum for 
ContactLocationTypeType at file msnab_datatypes.xsd

New ContactLocationTypeType Enumeration inside xsd file...

 <xsd:simpleType name="ContactLocationTypeType">
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="ContactLocationPersonal" />
      <xsd:enumeration value="ContactLocationBusiness" />
      <xsd:enumeration value="Other" />
    </xsd:restriction>
  </xsd:simpleType>

Original issue reported on code.google.com by fotisg...@gmail.com on 17 May 2011 at 10:56

GoogleCodeExporter commented 9 years ago
Hi,

Would you please try 3.1 and check whether it has the same problem? 

Original comment by freezing...@gmail.com on 17 May 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Please check out the latest version in MSNPSHARP_40_STABLE folder.

Original comment by freezing...@gmail.com on 18 May 2011 at 12:42