XML encoding error

  • Thread starter Thread starter Lantz
  • Start date Start date
L

Lantz

Hello lads,

I've been getting some xml parsing errors after installing Update
Rollup 1.0 (at least it seems like that's what caused it). When
loading a 3rd-party application I get the following:

XML parsing error: System does not support the specified encoding.
<?xml version="1.0" encoding="ISO8859-1"?>
Errorcode: 0xC00CE56E
Filepos: 42, Line 1 Linepos 43

I've tried installing msxml 4.0sp2, no change. I can think of no other
change I made than the update rollup. It seems that information about
this on the net is very sparse, can't find anything of value.

Has anyone seen this error before? Does anyone know what files/
components/registry keys deal with which encodings are supported?

Any help would be appreciated!

Thanks,
Lantz
 
Issue resolved. I managed to narrow it down to the Internet Explorer
component (R4010), after several hours of watching FBA over and over,
how fun that was! It does no longer have a dependency on CodePage:
28591 (ISO 8859-1 Latin I), which makes sense since the xml encoding
the 3rd party application tried to uses was just that, ISO8859-1.
 
Back
Top