This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Description
When getting started with the Splunk C# SDK I ran into an issue where the following exception would be thrown for certain search queries:
"Read charater data where or was expected"
Upon further investigation I determined that the issue was occurring when reading fields that made use of tags:
xboxvideoXBV
When removing the tag from this field, search results were parsed without exception.
Is this a known issue with the C# SDK? Right now I’ve worked around this by removing tags from our fields, but that’s obviously not a preferable solution as tags are quite handy for writing more complicated queries.
Thanks,
-travis