hexadecimal value 0x1F, is an invalid character
问题 I am getting the following error: ' ', hexadecimal value 0x1F, is an invalid character Here is my function. I get this error when it hits "reader.MoveToContent()" for the first time. Can anyone point me in the right direction? Public Function GetSyndicationFeedData(ByVal urlFeedLocation As String) As SyndicationFeed Dim settings As New XmlReaderSettings() With { _ .IgnoreWhitespace = True, _ .CheckCharacters = True, _ .CloseInput = True, _ .IgnoreComments = True, _