Asked By
jeff mathie
30 points
N/A
Posted on - 10/29/2012
Hello Experts,
my Microsoft’s XML Parser (MSXML) displayed an error like 0xC00CE504 when I was working with the XHTML 1.1 software. It didn’t permit me any solution which I tried using web forum. Now I am stuck with it and looking for you for some help.
Thank you.
XML Parser (MSXML) displayed an error like 0xC00CE504
Dear Jeff,
It’s a very common problem when somebody tries to validate a XML document with MSXML. The description of the error is “a name started which is an invalid character.” You can resolve it by using XML blueprint. The site xmlblueprint can help you a lot in this issue.
So just try to eliminate the invalid character and get rid of it, Thanks.
XML Parser (MSXML) displayed an error like 0xC00CE504
Hi Jeff,
Aside from looking for the invalid character in the code, you can try following this steps to resolve the problem:
-
Open CMD, and then go to C> Windows > Microsoft .NET > Framework > v2.0.50727.
-
Run these following commands : aspnet_regiis.exe –I and aspnet_regiis.exe –e.
-
And then try to open MSXML again.
-
Unregister and reregister MSXML if it fails again.