In BizTalk 2006 and Visual Studio, I am validating an instance of a schema.
It generates an error on the first line with:
error BEC2004: ‘.’, hexadecimal value 0x00, is an invalid character. Line 1,
position 139.
In opening the file up I see that there are multiple NULLs and the line is
delimited with a Line Feed after the NULLs.
How do I modify the schema to eliminate this error? I do not have the option
of modifying the input file.