I have recently switched my PC from Windows 7 to Windows 10. On Windows 7, no problem, my solution is built corectly. But on my Windows 10, with the same solution I have error "SAXXMLReader undeclared". I don't remember have installed anything particular on windows 7, so any idea of why it doesn't works on Windows10? Can the problem come from a dll of my PC? Thanks.
EDIT: After some test, here is some details: If I replace the file C:\Windows\System32\msxml6.dll with the msxml6.dll of myWindows 7, I can compile my project and it works! However, Microsoft Excel (for example) doesn't works anymore. So it seems that SAXXMLReader isn't declared anymore in this DLL. Is it a mistake or should I review my code?