I've recently changed from Winsock to WinHTTPRequest however when this line runs:
Set WinHttpReq = New WinHttpRequest
I receieve an Automation Error :2147024769.
This code works fine on windows7/Windows server 2008, however is failing in Windows 2003.
Is this a problem with the winhttp.dll not being found on Windows server 2003?