<?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>North Atlanta Web Design &#187; Fix</title>
	<atom:link href="https://www.northatlantawebdesign.com/index.php/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.northatlantawebdesign.com</link>
	<description>Programming Examples, Samples, and Tutorials</description>
	<lastBuildDate>Mon, 15 Aug 2011 20:18:35 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.41</generator>
	<item>
		<title>Adobe Reader X &#8211; Red X with Internet Explorer on Windows 7</title>
		<link>https://www.northatlantawebdesign.com/index.php/2011/08/15/adobe-reader-x-red-x-with-internet-explorer-on-windows-7/</link>
		<comments>https://www.northatlantawebdesign.com/index.php/2011/08/15/adobe-reader-x-red-x-with-internet-explorer-on-windows-7/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 20:17:14 +0000</pubDate>
		<dc:creator><![CDATA[Jeff Gibeau]]></dc:creator>
				<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Adobe Reader X]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Embedded PDFs]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Fix Adobe Reader Plugin]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Internet Explorer Add-on]]></category>
		<category><![CDATA[Red X]]></category>
		<category><![CDATA[View Embedded PDFs]]></category>

		<guid isPermaLink="false">http://www.northatlantawebdesign.com/?p=225</guid>
		<description><![CDATA[I came across this issue recently while trying to install the latest version of Adobe Reader X (10.1).  Once Adobe Reader X was installed, I was unable to view embedded PDF documents in Internet Explorer 8 on Windows 7 x64.  I did a little research and found out that Adobe Reader is 32-bit only, so]]></description>
				<content:encoded><![CDATA[<p>I came across this issue recently while trying to install the latest version of Adobe Reader X (10.1).  Once Adobe Reader X was installed, I was unable to view embedded PDF documents in Internet Explorer 8 on Windows 7 x64.  I did a little research and found out that Adobe Reader is 32-bit only, so you are supposed to use Internet Explorer 8 32-bit.  No problem.  I switched over, but to my avail, I was still unable to view embedded PDF documents.  A little red x would show up in their place, meaning the Active X plugin had failed.<br />
<span id="more-225"></span><br />
I checked the DLLs loaded into  the IE process and noticed that only AcroIEHelper and  AcroIEHelperShim files had loaded.  I tested on a working machine and  there were a few more Acro dlls loaded including AcroPDF.dll.  I assumed the shim was failing  to load the correct DLL.  It turned out I was missing a registry key pointing to the AcroPDF.dll that is required by the plugin.  To  fix it, I added the following to my registry (Window 7 x64):</p>
<pre class="brush: cpp; title: ; notranslate">
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{CA8A9780-280D-11CF-A24D-444553540000}]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{CA8A9780-280D-11CF-A24D-444553540000}\iexplore]
&quot;Type&quot;=dword:00000001
&quot;Flags&quot;=dword:00000000
&quot;Count&quot;=dword:00000003
&quot;Time&quot;=hex:db,07,08,00,01,00,0f,00,10,00,0e,00,32,00,05,02
</pre>
<p>I added the same set of keys in my HKEY_USERS section (same path, but with the user id added between HKEY_USERS and Software).</p>
<p>This fixed the issue on my machine, and it loaded the embedded pdf next time I tried opening one in IE8.</p>
<p><strong>NOTE</strong>:</p>
<p><strong>{CA8A9780-280D-11CF-A24D-444553540000}</strong> is the Class ID for my installed AcroPDF plugin.  It may be different  on your system depending on the version of Reader you have installed.   You should replace it with your Class ID which you can find with the  following method:</p>
<ul>
<li>Open IE</li>
<li>Go to &#8220;Tools&#8221;-&gt;&#8221;Manage Add-ons&#8221;</li>
<li>Change &#8220;Show:&#8221; to &#8220;Run without permission&#8221;</li>
<li>Right click on &#8220;Adobe PDF Reader&#8221;</li>
<li>Click &#8220;More Information&#8221;</li>
<li>The information is in Class ID</li>
</ul>
<p>Hopefully this will help someone.  I know I wasted nearly a day of development time trying to work through this issue.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.northatlantawebdesign.com/index.php/2011/08/15/adobe-reader-x-red-x-with-internet-explorer-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
