We have a project at work to change all references to Msxml2.XMLHTTP.3.0 to version 6.
Running Process Explorer shows that the app is still loading msxml3.dll.
Is there some function within PowerBuilder that uses this dll?
We are in the middle of converting from 12.5 to 2019. We develop in 12.5 and the overnight build from source control produces a 2019 executable for QA to do their testing. I am pretty sure this was the PB 2019 GA build, I wasn't the one who noticed this so I'm not 100% sure.
I'm wondering which of the immediately loaded .DLL files has a dependency on MSXML2? (Sorry, no immediate help)
Does Sysinternals' ProcMon expose enough insight on DLL loading? Its log mechanism may tell you when the .EXE process loads MSXML2. - - Remaining is still to locate what piece of code loads it.