<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: There was an error opening this document. This file cannot be found.</title>
	<atom:link href="http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/</link>
	<description>A discourse on programming</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:06:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: K.P</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-28598</link>
		<dc:creator>K.P</dc:creator>
		<pubDate>Fri, 18 Dec 2009 07:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-28598</guid>
		<description>The issue got resolved with the setting &#039;Cache-Contro&#039; to &#039;private&#039; in httpd.conf

Thanks
K.P</description>
		<content:encoded><![CDATA[<p>The issue got resolved with the setting &#8216;Cache-Contro&#8217; to &#8216;private&#8217; in httpd.conf</p>
<p>Thanks<br />
K.P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.P</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-28415</link>
		<dc:creator>K.P</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-28415</guid>
		<description>We are facing the same issue in Adobe Reader 9. The above code didn&#039;t help us. 

Note: The problem occurs only if we are not opening the file in browser. If we open in the browser itself (inline), it works well.

Please let me know if you have any suggestions.

Regards,
K.P</description>
		<content:encoded><![CDATA[<p>We are facing the same issue in Adobe Reader 9. The above code didn&#8217;t help us. </p>
<p>Note: The problem occurs only if we are not opening the file in browser. If we open in the browser itself (inline), it works well.</p>
<p>Please let me know if you have any suggestions.</p>
<p>Regards,<br />
K.P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rlittle</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-24645</link>
		<dc:creator>rlittle</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-24645</guid>
		<description>Thank you!

One of the apps I maintain was fine with ie6 (adobe 8) and ie7/ie8(adobe 8 or 9) yet, ie6 and adobe 9 was causing the &#039;There was an error opening this document. This file cannot be found&#039; message.

We had been using  

response.setHeader(&quot;Cache-Control&quot;, &quot;no-store&quot;);

but replacing it with your suggested 

response.setHeader(&quot;Cache-Control&quot;, &quot;public&quot;);

seemed to fix the issue, without breaking the other browser combos.

Thank you 1000x sir</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>One of the apps I maintain was fine with ie6 (adobe 8) and ie7/ie8(adobe 8 or 9) yet, ie6 and adobe 9 was causing the &#8216;There was an error opening this document. This file cannot be found&#8217; message.</p>
<p>We had been using  </p>
<p>response.setHeader(&#8221;Cache-Control&#8221;, &#8220;no-store&#8221;);</p>
<p>but replacing it with your suggested </p>
<p>response.setHeader(&#8221;Cache-Control&#8221;, &#8220;public&#8221;);</p>
<p>seemed to fix the issue, without breaking the other browser combos.</p>
<p>Thank you 1000x sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Pandey</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-24019</link>
		<dc:creator>Ajay Pandey</dc:creator>
		<pubDate>Fri, 12 Jun 2009 12:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-24019</guid>
		<description>Thanks You So much... 

You have solved my big Problem.

Thanks a ton again.

Ajay</description>
		<content:encoded><![CDATA[<p>Thanks You So much&#8230; </p>
<p>You have solved my big Problem.</p>
<p>Thanks a ton again.</p>
<p>Ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav L.</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-5252</link>
		<dc:creator>Abhinav L.</dc:creator>
		<pubDate>Thu, 23 Aug 2007 10:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-5252</guid>
		<description>Only setting Cache-Control to public works.
Use:
response.setHeader(&quot;Cache-Control&quot;,&quot;public&quot;);
response.setContentType(&quot;application/pdf&quot;);
response.setHeader(&quot;Content-Disposition&quot;, &quot;attachment;filename=Test.pdf&quot;);</description>
		<content:encoded><![CDATA[<p>Only setting Cache-Control to public works.<br />
Use:<br />
response.setHeader(&#8221;Cache-Control&#8221;,&#8221;public&#8221;);<br />
response.setContentType(&#8221;application/pdf&#8221;);<br />
response.setHeader(&#8221;Content-Disposition&#8221;, &#8220;attachment;filename=Test.pdf&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/comment-page-1/#comment-2016</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 05 Apr 2007 18:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.weheartcode.com/2006/11/13/there-was-an-error-opening-this-document-this-file-cannot-be-found/#comment-2016</guid>
		<description>Why oh why does Acrobat suck so hard? 

Anyway, there&#039;s a lot to be said for Foxit reader.</description>
		<content:encoded><![CDATA[<p>Why oh why does Acrobat suck so hard? </p>
<p>Anyway, there&#8217;s a lot to be said for Foxit reader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
