dkarunakaran
12 years agoNew Contributor
msxml*.dll error after upgrading testcomplete 9 to 9.3
Hi,
My script was working fine with
Set xmlHttpRequest = CreateObject("Msxml2.XMLHTTP.6.0")
on testcomplete 9. After I upgraded to 9.3 , I am getting an error message
"MSXML6.dll The system cannot locate the resource specified."
I tried with msxml3.dll and masxml4.dll too, but fails.
Do I need to un-register/register these dlls again? I tried doing so, but got an error "failed to load dll" . (My system is in Windows 7 SP1, 64 bit). Appreaciate your help. Thank you!
My script was working fine with
Set xmlHttpRequest = CreateObject("Msxml2.XMLHTTP.6.0")
on testcomplete 9. After I upgraded to 9.3 , I am getting an error message
"MSXML6.dll The system cannot locate the resource specified."
I tried with msxml3.dll and masxml4.dll too, but fails.
Do I need to un-register/register these dlls again? I tried doing so, but got an error "failed to load dll" . (My system is in Windows 7 SP1, 64 bit). Appreaciate your help. Thank you!