Error in Kentico CI with imported pages from the migration

I'm getting the following error in Kentico CI with an imported page. I'm currently having trouble finding out how this character has shown up in this field. I think the character is in the ContentItemCommonDataVisualBuilderWidgets XML.

Has anyone seen something like this before?

11:13:39 [DBG] Exception type: System.ArgumentException
11:13:39 [ERR] Message: '￾', hexadecimal value 0xFFFE, is an invalid character.
11:13:39 [DBG] Stack trace:
11:13:39 [ERR]
11:13:39 [DBG] at System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst, Boolean entitize)
11:13:39 [ERR] Exception type: System.ArgumentException
11:13:39 [DBG] at System.Xml.XmlUtf8RawTextWriter.WriteCDataSection(String text)
11:13:39 [ERR] Stack trace:
11:13:39 [DBG] at System.Xml.XmlWellFormedWriter.WriteCData(String text)
11:13:39 [ERR] at System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst, Boolean entitize)
11:13:39 [DBG] at CMS.Helpers.FormattedXmlWriter.WriteCData(String text)
11:13:39 [ERR] at System.Xml.XmlUtf8RawTextWriter.WriteCDataSection(String text)
11:13:39 [DBG] at CMS.ContinuousIntegration.FileSystemWriter.<>c__DisplayClass4_0.````b__0(Stream stream)
11:13:39 [ERR] at System.Xml.XmlWellFormedWriter.WriteCData(String text)
11:13:39 [DBG] at CMS.ContinuousIntegration.FileSystemWriter.WriteToFile(String relativePath, XmlDocument document)
11:13:39 [ERR] at CMS.Helpers.FormattedXmlWriter.WriteCData(String text)
11:13:39 [DBG] at CMS.ContinuousIntegration.Internal.FileSystemStoreJob.StoreBaseInfo(BaseInfo baseInfo, String relativePath)
11:13:39 [ERR] at CMS.ContinuousIntegration.FileSystemWriter.<>c__DisplayClass4_0.````b__0(Stream stream)
11:13:39 [DBG] at CMS.ContentEngine.ContentItemCommonDataFileStoreJob.RunInternal(BaseInfo baseInfo)
11:13:39 [ERR] at CMS.ContinuousIntegration.FileSystemWriter.WriteToFile(String relativePath, XmlDocument document)
11:13:39 [DBG] at CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo baseInfo)
11:13:39 [ERR] at CMS.ContinuousIntegration.Internal.FileSystemStoreJob.StoreBaseInfo(BaseInfo baseInfo, String relativePath)
11:13:39 [DBG]
11:13:39 [ERR] at CMS.ContentEngine.ContentItemCommonDataFileStoreJob.RunInternal(BaseInfo baseInfo)
11:13:39 [DBG] Errors occurred while storing objects to the repository:
11:13:39 [ERR] at CMS.ContinuousIntegration.Internal.AbstractSingleObjectJob.Run(BaseInfo baseInfo)

Answers

Accepted answer

Seems that it had to do with user input. I did fix it with an update on the data by replacing the specific character.

To response this discussion, you have to login first.