Environment:
IDE --> VS2015
Operating System --> WinServer 2012
I use MSXML to build my programme. The project works well on windows7. When I builded it on winServer 2012. It got the compling error:
“DOMDocument60”: is not a member of 'MSXML'
I have looked up the %systemdir% and found the msxml6.dll
and other msxml*.dll
msxml4rc.dll
msxml6.dll
msxml3.dll
msxml6r.dll.mui
msxml3r.dll.mui
msxml6r.dll
msxml3r.dll
It seems the operating system has installed the MSXML6.0. I can't figure out why, has any suggestion ? Thanks for any comment! : )