N
NN
Before that nothing I want to ask for excuses for my english level.
The problem that I have is the following one:
I have a file xml with "encoding=ISO-8859-1" and accents.
When in VB.NET, in a Form I write:
Dim objxml as new XmlDocument
and then when de Forms load:
objxml.Load("C\....")
The debugger gives me the following error:
"A first chance exception of type 'System.ArgumentsException' occurred in
mscorlib.dll"
"Additional information: Not valid byte in the index byte 1143"
1143 is where the accent is.
Someone can help me?
The problem that I have is the following one:
I have a file xml with "encoding=ISO-8859-1" and accents.
When in VB.NET, in a Form I write:
Dim objxml as new XmlDocument
and then when de Forms load:
objxml.Load("C\....")
The debugger gives me the following error:
"A first chance exception of type 'System.ArgumentsException' occurred in
mscorlib.dll"
"Additional information: Not valid byte in the index byte 1143"
1143 is where the accent is.
Someone can help me?