Last post Dec 30, 2019 03:20 AM by samwu
Member
2 Points
22 Posts
Dec 27, 2019 05:58 PM|cvm321|LINK
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."}
Participant
1620 Points
927 Posts
Dec 29, 2019 11:35 PM|PaulTheSmith|LINK
At character 4303 of line 2 of EntityName there is something which could not be parsed.
Contributor
3370 Points
1409 Posts
Dec 30, 2019 03:20 AM|samwu|LINK
Hi cvm321,
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
Member
2 Points
22 Posts
xml exception
Dec 27, 2019 05:58 PM|cvm321|LINK
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."}
Participant
1620 Points
927 Posts
Re: xml exception
Dec 29, 2019 11:35 PM|PaulTheSmith|LINK
At character 4303 of line 2 of EntityName there is something which could not be parsed.
Contributor
3370 Points
1409 Posts
Re: xml exception
Dec 30, 2019 03:20 AM|samwu|LINK
Hi cvm321,
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