locked
xml exception RRS feed

  • Question

  • User-1834799348 posted

    below exception  when I'm trying to debug code what does it meant pls let me know "An error occurred while parsing EntityName. Line 2, position 4303."}

    Friday, December 27, 2019 5:58 PM

All replies

  • User303363814 posted

    At character 4303 of line 2 of EntityName there is something which could not be parsed.

    Sunday, December 29, 2019 11:35 PM
  • User288213138 posted

    Hi cvm321,

    An error occurred while parsing EntityName. Line 2, position 4303."}

    This error indicates there is a parsing error in  Line 2, position 4303.

    This error is usually due to your xml contains some special symbols that makes it invalid. you can try to replace them before parsing.

    More information about how to solve this question you can refer to this link: https://stackoverflow.com/a/23542105

    Best regards,

    Sam

    Monday, December 30, 2019 3:20 AM