<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: automation error</title>
	<link>http://ask.metafilter.com/82624/automation-error/</link>
	<description>Comments on Ask MetaFilter post automation error</description>
	<pubDate>Sat, 02 Feb 2008 10:09:19 -0800</pubDate>
	<lastBuildDate>Sat, 02 Feb 2008 10:09:19 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: automation error</title>
		<link>http://ask.metafilter.com/82624/automation-error</link>	
		<description>On Windows 98, while trying to create MSXML2.ServerXMLHTTP object in vb6 code, I get Error code: -2147221231 Automation Error. What is the solution ? &lt;br /&gt;&lt;br /&gt; I have Windows 98 SE and MS XML Parser ver 3 with SP 5.&lt;br&gt;
I have tried unregistering and re-registering the msxml3.dll files.&lt;br&gt;
&lt;br&gt;
I have Internet Explorer ver 6.&lt;br&gt;
The VB project references msxml3.dll file.&lt;br&gt;
&lt;br&gt;
The code is:&lt;br&gt;
&lt;br&gt;
Dim obj as MSXML2.ServerXMLHTTP&lt;br&gt;
Set obj = New MSXML2.ServerXMLHTTP&lt;br&gt;
&lt;br&gt;
Any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.82624</guid>
		<pubDate>Sat, 02 Feb 2008 09:11:07 -0800</pubDate>
		<dc:creator>inquisitive</dc:creator>
		
			<category>vb</category>
		
	</item> <item>
		<title>By: IvyMike</title>
		<link>http://ask.metafilter.com/82624/automation-error#1224031</link>	
		<description>-2147221231 = 0x80040111&lt;br&gt;
&lt;br&gt;
Leads to &lt;a href=&quot;http://www.webf1.com/scriptdoc/AutomationErrors.htm&quot;&gt;http://www.webf1.com/scriptdoc/AutomationErrors.htm&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Which leads to &lt;a href=&quot;http://support.microsoft.com/kb/279129&quot;&gt;http://support.microsoft.com/kb/279129&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;i&gt;&quot;CAUSE The ServerXMLHTTP object is not supported on the Windows 95 and Windows 98 platforms.&quot;&lt;/i&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82624-1224031</guid>
		<pubDate>Sat, 02 Feb 2008 10:09:19 -0800</pubDate>
		<dc:creator>IvyMike</dc:creator>
	</item><item>
		<title>By: hincandenza</title>
		<link>http://ask.metafilter.com/82624/automation-error#1224460</link>	
		<description>A suggestion: a few years ago, when I&apos;d write little scripts to do things like regularly parse all the servers in a farm, I quickly found the xmlhttp object to be unreliable in general: sometimes it&apos;d report the same http responsetext from the last request in the latest one, etc.&lt;br&gt;
&lt;br&gt;
The WinHTTP 5.0 and 5.1 COM object is &lt;i&gt;&lt;b&gt;far&lt;/b&gt;&lt;/i&gt;&lt;/b&gt; better, so if that works on Windows 98 you should look into that.  It&apos;s mostly the same &lt;b&gt;&lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/aa384072(VS.85).aspx&quot;&gt;use/syntax&lt;/a&gt;&lt;/b&gt; of the XMLhttp, but my own experience shows it&apos;s very good at what it does, and has some additional features I didn&apos;t find in xmlhttp (&lt;i&gt;such as request header management, etc&lt;/i&gt;).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.82624-1224460</guid>
		<pubDate>Sat, 02 Feb 2008 17:16:05 -0800</pubDate>
		<dc:creator>hincandenza</dc:creator>
	</item>
	</channel>
</rss>
