Hi
Given the success of my previous question about Visual Basic in finding a resolution, I have another issue which I thought I'd share here.
I have a VB solution written using Visual Studio 2010 which processes an XML file. When the XML data contains an accented character (e.g. í, É, Ó) the program fails with the following message:
"System.Data.SqlClient.SqlException (0x80131904): XML parsing: line 16, character 23, illegal xml character"
However, I have another VB solution also written using Visual Studio 2010 which reformats the same data, but that processes the data without any issues.
I've compared the two solutions and can't see any differences that jump out at me.
Does anyone have any ideas where I can look to work out why one solution processes the accented data and the other doesn't?
Thanks in advance.
Given the success of my previous question about Visual Basic in finding a resolution, I have another issue which I thought I'd share here.
I have a VB solution written using Visual Studio 2010 which processes an XML file. When the XML data contains an accented character (e.g. í, É, Ó) the program fails with the following message:
"System.Data.SqlClient.SqlException (0x80131904): XML parsing: line 16, character 23, illegal xml character"
However, I have another VB solution also written using Visual Studio 2010 which reformats the same data, but that processes the data without any issues.
I've compared the two solutions and can't see any differences that jump out at me.
Does anyone have any ideas where I can look to work out why one solution processes the accented data and the other doesn't?
Thanks in advance.
Comment