RalphCapper.euThe resource for Web People - Design, Development and SEOMicrosoft VBScript runtime error 800a0005- August 27, 2008 I was getting this, oddly, suddenly from a function that had been working for months without a problem: Set xmlObj = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xmlObj.async = False xmlObj.setProperty "ServerHTTPRequest", True xmlObj.Load(url) Which I use to grab an XML feed. The error was thrown on the load line. After some searching, a few pages said that this was to do with character encoding issues. On ...http://www.ralphcapper.eu/2008/microsoft-vbscript-runtime-error-800a0005/ System error: -2147012889- August 22, 2008 Getting this You will get this is trying to do a ServerHTTPRequest with MSXML2.FreeThreadedDOMDocument, and the url is is one only found in your hosts file - try changing it for the IP address, or use an address anyone could find on the net.http://www.ralphcapper.eu/2008/system-error-2147012889/ Little square boxes with FFFD in them appear- August 15, 2008 This was curious for a while - in Firefox 3, some webpages were displaying little square boxes with 4 digits of hex in them, e.g. FFFD, instead of some character that would normally be there. Example for &8216;&8217; Solution: Check your encoding. The browser has selected UNICODE (UTF-8) and the page is not. (Menu ...http://www.ralphcapper.eu/2008/little-square-boxes-with-fffd-in-them-appear/ |