質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top