Question

I am trying to sync a table with xml field in it using MS Sync Framework 2.1 and I am getting this error '.', hexadecimal value 0x00, is an invalid character.

Does anyone know how to skip rows with invalid xml data during sync?

Was it helpful?

Solution

if the error is being raised in the ApplyChangeFailed event, then you simply skip it.

or you can intercept the xml data in the ChangesSelected event, validate the xml, then remove them from the change dataset if invalid

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top