Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with my XML?
Message
General information
Forum:
ASP.NET
Category:
XML
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01293491
Message ID:
01293511
Views:
12
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform