<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt J. Wilson &#187; Internet Explorer Toolbar</title>
	<atom:link href="http://www.mattjwilson.com/blog/tag/internet-explorer-toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattjwilson.com/blog</link>
	<description>General ramblings, programming frustrations, and complete randomness.  Have questions? E-mail me.</description>
	<lastBuildDate>Tue, 19 Jan 2010 19:37:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer Toolbar Frustrations</title>
		<link>http://www.mattjwilson.com/blog/2009/02/10/internet-explorer-toolbar-frustrations/</link>
		<comments>http://www.mattjwilson.com/blog/2009/02/10/internet-explorer-toolbar-frustrations/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:46:20 +0000</pubDate>
		<dc:creator>Matt J. Wilson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Internet Explorer Toolbar]]></category>
		<category><![CDATA[SHDocVw]]></category>

		<guid isPermaLink="false">http://www.mattjwilson.com/blog/?p=4</guid>
		<description><![CDATA[I recently developed a framework for Internet Explorer toolbars and am currently attempting to do the same based on some FireFox toolbars I have written.  During this development, I used several tutorials available on the web and found myself with a repeating error on any non-development machines:
Unable to load one or more of the requested [...]]]></description>
			<content:encoded><![CDATA[<p>I recently developed a framework for Internet Explorer toolbars and am currently attempting to do the same based on some FireFox toolbars I have written.  During this development, I used several tutorials available on the web and found myself with a repeating error on any non-development machines:</p>
<p><code>Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.</code></p>
<p>It turns out that a reference I was adding to the SHDocVW assembly was done incorrectly.  I simply looked at some sample projects and saw the reference pointing to the project&#8217;s &#8220;obj&#8221; directory, but this was incorrect!  The <em>original </em>reference should be added from your system32 directory.</p>
<p>An easy to way to diagnose if this is what&#8217;s happening to you:</p>
<ul>
<li>Expand the &#8220;References&#8221; folder of your project</li>
<li>Look for a reference to SHDocVw
<ul>
<li>If this reference is exactly &#8220;SHDocVw&#8221;, this solution won&#8217;t fix your problem</li>
<li>If your reference is exactly &#8220;Interop.SHDocVw&#8221;, then remove the reference and add the one from your system32 directory</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mattjwilson.com/blog/2009/02/10/internet-explorer-toolbar-frustrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

