XslCompiledTransform

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi

I am trying to exexute a transform (XslCompiledTransform .Transform), but
get this exception:

System.Text.EncoderFallbackException: Unable to translate Unicode character
\u2013 at index 3637 to specified code page.
at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown,
Int32 index)
at System.Xml.CharEntityEncoderFallbackBuffer.Fallback(Char charUnknown,
Int32 index)
....


What exactly is the cause of this, and how can I avoid it?

Thanks,
Peter


.