Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with my XML?
Message
Information générale
Forum:
ASP.NET
Catégorie:
XML
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01293491
Message ID:
01293511
Vues:
13
I think the problem is your data. int is not a nullabe type (by default).
Try adding values to the fields that do not have values
<Contact>
	<FirstName>John</FirstName>
	<LastName>Smith</LastName>
	<Email>john.s@yahoo.com</Email>
	<FromDOW>0</FromDOW>
	<ToDOW>0</ToDOW>
	<FromHour>0</FromHour>
	<FromMinute>0</FromMinute>
	<ToHour>0</ToHour>
	<ToMinute>0</ToMinute>
	<StopSendingEmail>0</StopSendingEmail>
</Contact>
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform