O.P. scriptlink.msgpluslive.net not found?
I'm getting a couple of "Unhandled Exception: The system can not locate resource specified" errors when starting up msn messenger lately.
When I select the debugger, it ends up in this piece of code:
in msxml3.dll:
function LoadXmlDoc(sUrl){
Interop.Call('wininet.dll', 'DeleteUrlCacheEntryW', sUrl);
var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open('GET', sUrl, false);
xmlhttp.send();
return xmlhttp.responseText;
}
The sUrl contains this value: http://scriptlink.msgpluslive.net/redirect-116/ss.update.xml"
Call stack:
OnEvent_SigninReady
OnEvent_Initialize
UpdateCheck
LoacXmlDoc
Any ideas how to fix this?
Aparantly the website scriptlink.msgpluslive.net does not exist (anymore?).
Tx.,
Eize
|