<?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 for Blake&#039;s Application Development Blog</title>
	<atom:link href="http://www.blakepell.com/Blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.blakepell.com/Blog</link>
	<description>.Net Framework, BI, Web/Client Development and more</description>
	<lastBuildDate>Mon, 30 Apr 2012 14:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on IE9:   couldn’t be downloaded. by bpell</title>
		<link>http://www.blakepell.com/Blog/?p=254#comment-212</link>
		<dc:creator>bpell</dc:creator>
		<pubDate>Mon, 30 Apr 2012 14:32:44 +0000</pubDate>
		<guid isPermaLink="false">https://blakepell.wordpress.com/2011/08/10/ie9-filename-couldnt-be-downloaded/#comment-212</guid>
		<description>AussieTech - Thanks for your post and the support article.  Looks like that might fix this problem for a lot of people.  Also, for &lt;em&gt;IE6, 7 and 8&lt;/em&gt; users here is another support article:

http://support.microsoft.com/kb/812935</description>
		<content:encoded><![CDATA[<p>AussieTech &#8211; Thanks for your post and the support article.  Looks like that might fix this problem for a lot of people.  Also, for <em>IE6, 7 and 8</em> users here is another support article:</p>
<p><a href="http://support.microsoft.com/kb/812935" rel="nofollow">http://support.microsoft.com/kb/812935</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports:  Updating the database connection information at runtime by bpell</title>
		<link>http://www.blakepell.com/Blog/?p=16#comment-211</link>
		<dc:creator>bpell</dc:creator>
		<pubDate>Mon, 30 Apr 2012 14:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blakepell.wordpress.com/2010/09/10/crystal-reports-updating-the-database-connection-information-at-runtime#comment-211</guid>
		<description>I was never able to get the RDO working with 2008.  I was able to get it to work with ADO connections though (you have to go backwards through the subreports to the main report setting them though, it was very picky about that).  I have that code posted here:  http://www.blakepell.com/Blog/?p=15

I&#039;ve just not upgraded my code to VS2010/Crystal 2010 for VS.  If you have an example of an RDO connection being updatable and want to share it send it my way.  :)</description>
		<content:encoded><![CDATA[<p>I was never able to get the RDO working with 2008.  I was able to get it to work with ADO connections though (you have to go backwards through the subreports to the main report setting them though, it was very picky about that).  I have that code posted here:  <a href="http://www.blakepell.com/Blog/?p=15" rel="nofollow">http://www.blakepell.com/Blog/?p=15</a></p>
<p>I&#8217;ve just not upgraded my code to VS2010/Crystal 2010 for VS.  If you have an example of an RDO connection being updatable and want to share it send it my way.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports for .NET Framework 4.0&#8230; runs on the 2.0 CLR by bpell</title>
		<link>http://www.blakepell.com/Blog/?p=432#comment-210</link>
		<dc:creator>bpell</dc:creator>
		<pubDate>Mon, 30 Apr 2012 14:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.blakepell.com/Blog/?p=432#comment-210</guid>
		<description>That makes sense.  Thanks for the post and the link taspeotis. ;)</description>
		<content:encoded><![CDATA[<p>That makes sense.  Thanks for the post and the link taspeotis. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports for .NET Framework 4.0&#8230; runs on the 2.0 CLR by taspeotis</title>
		<link>http://www.blakepell.com/Blog/?p=432#comment-205</link>
		<dc:creator>taspeotis</dc:creator>
		<pubDate>Sat, 28 Apr 2012 23:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blakepell.com/Blog/?p=432#comment-205</guid>
		<description>It seems Crystal depends on a variety of 2.0 CLR-isms. If you take a look at the &lt;a href=&quot;http://scn.sap.com/docs/DOC-21990&quot; title=&quot;Crystal Reports for Visual Studio 2010 Supported Platforms&quot; rel=&quot;nofollow&quot;&gt;supported platforms documentation&lt;/a&gt;, under &quot;Data Source Connectivity&quot; there&#039;s a footnote:

&lt;em&gt;When using ADO.NET with the Microsoft .NET Framework 4.0, the following setting must be added to the
application’s configuration file:&lt;/em&gt;

&lt;code&gt;

  
    
  

&lt;/code&gt;

At a minimum it seems to rely on the 2.0 CLR&#039;s implementation of activation. An explanation of 2.0 vs 4.0 is written up &lt;a href=&quot;http://www.marklio.com/marklio/PermaLink,guid,ecc34c3c-be44-4422-86b7-900900e451f9.aspx&quot; title=&quot;What is useLegacyV2RuntimeActivationPolicy for?&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>It seems Crystal depends on a variety of 2.0 CLR-isms. If you take a look at the <a href="http://scn.sap.com/docs/DOC-21990" title="Crystal Reports for Visual Studio 2010 Supported Platforms" rel="nofollow">supported platforms documentation</a>, under &#8220;Data Source Connectivity&#8221; there&#8217;s a footnote:</p>
<p><em>When using ADO.NET with the Microsoft .NET Framework 4.0, the following setting must be added to the<br />
application’s configuration file:</em></p>
<p><code></p>
<p></code></p>
<p>At a minimum it seems to rely on the 2.0 CLR&#8217;s implementation of activation. An explanation of 2.0 vs 4.0 is written up <a href="http://www.marklio.com/marklio/PermaLink,guid,ecc34c3c-be44-4422-86b7-900900e451f9.aspx" title="What is useLegacyV2RuntimeActivationPolicy for?" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports:  Updating the database connection information at runtime by taspeotis</title>
		<link>http://www.blakepell.com/Blog/?p=16#comment-204</link>
		<dc:creator>taspeotis</dc:creator>
		<pubDate>Sat, 28 Apr 2012 23:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blakepell.wordpress.com/2010/09/10/crystal-reports-updating-the-database-connection-information-at-runtime#comment-204</guid>
		<description>I managed to get a very simple example of &lt;a href=&quot;http://ta.speot.is/2012/04/28/dynamic-odbc-rdo-connection-strings-in-crystal-reports/&quot; title=&quot;Dynamic ODBC (RDO) Connection Strings in Crystal Reports&quot; rel=&quot;nofollow&quot;&gt;dynamic ODBC (RDO) connection strings&lt;/a&gt; working. I haven&#039;t tested it with the VS2008 runtime, but it seems okay for the VS2010 version.</description>
		<content:encoded><![CDATA[<p>I managed to get a very simple example of <a href="http://ta.speot.is/2012/04/28/dynamic-odbc-rdo-connection-strings-in-crystal-reports/" title="Dynamic ODBC (RDO) Connection Strings in Crystal Reports" rel="nofollow">dynamic ODBC (RDO) connection strings</a> working. I haven&#8217;t tested it with the VS2008 runtime, but it seems okay for the VS2010 version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports, Changing the Database Connection from .Net, SubReport links and the case of the “Missing parameter values” by Dynamic ODBC (RDO) Connection Strings in Crystal Reports &#124; ta.speot.is</title>
		<link>http://www.blakepell.com/Blog/?p=15#comment-203</link>
		<dc:creator>Dynamic ODBC (RDO) Connection Strings in Crystal Reports &#124; ta.speot.is</dc:creator>
		<pubDate>Sat, 28 Apr 2012 22:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://blakepell.wordpress.com/2010/09/17/crystal-reports-changing-the-database-connection-from-net-subreport-links-and-the-case-of-the-%e2%80%9cmissing-parameter-values%e2%80%9d#comment-203</guid>
		<description>[...] we&#8217;ve got a ConnectionInfo we have to apply it. The correct way seems to be to iterate [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;ve got a ConnectionInfo we have to apply it. The correct way seems to be to iterate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Crystal Reports, Changing the Database Connection from .Net, SubReport links and the case of the “Missing parameter values” by Runtime ODBC (RDO) Connection Strings in Crystal Reports &#124; ta.speot.is</title>
		<link>http://www.blakepell.com/Blog/?p=15#comment-202</link>
		<dc:creator>Runtime ODBC (RDO) Connection Strings in Crystal Reports &#124; ta.speot.is</dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://blakepell.wordpress.com/2010/09/17/crystal-reports-changing-the-database-connection-from-net-subreport-links-and-the-case-of-the-%e2%80%9cmissing-parameter-values%e2%80%9d#comment-202</guid>
		<description>[...] we&#8217;ve got a ConnectionInfo we&#8217;ve got to apply it. The correct way seems to be to iterate [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;ve got a ConnectionInfo we&#8217;ve got to apply it. The correct way seems to be to iterate [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE9:   couldn’t be downloaded. by Eric</title>
		<link>http://www.blakepell.com/Blog/?p=254#comment-191</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 26 Apr 2012 20:16:29 +0000</pubDate>
		<guid isPermaLink="false">https://blakepell.wordpress.com/2011/08/10/ie9-filename-couldnt-be-downloaded/#comment-191</guid>
		<description>This doesnt work if you want to save your settings. i hate IE9.... Hate!</description>
		<content:encoded><![CDATA[<p>This doesnt work if you want to save your settings. i hate IE9&#8230;. Hate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE9:   couldn’t be downloaded. by AussieTech</title>
		<link>http://www.blakepell.com/Blog/?p=254#comment-184</link>
		<dc:creator>AussieTech</dc:creator>
		<pubDate>Wed, 25 Apr 2012 11:39:43 +0000</pubDate>
		<guid isPermaLink="false">https://blakepell.wordpress.com/2011/08/10/ie9-filename-couldnt-be-downloaded/#comment-184</guid>
		<description>The fix is here from Microsoft. Turn off &quot;Do not save encrypted pages to disk&quot; and this will begin working. See below KB Article.

http://support.microsoft.com/kb/2549423</description>
		<content:encoded><![CDATA[<p>The fix is here from Microsoft. Turn off &#8220;Do not save encrypted pages to disk&#8221; and this will begin working. See below KB Article.</p>
<p><a href="http://support.microsoft.com/kb/2549423" rel="nofollow">http://support.microsoft.com/kb/2549423</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8216;dr&#8217; is a &#8216;variable&#8217; but is used like a &#8216;method&#8217; by bpell</title>
		<link>http://www.blakepell.com/Blog/?p=298#comment-182</link>
		<dc:creator>bpell</dc:creator>
		<pubDate>Mon, 23 Apr 2012 23:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blakepell.com/Blog/?p=298#comment-182</guid>
		<description>Sorry for the slow reply.  Let me take a look into it and see if I can figure it out.  As a last case scenario if we can&#039;t figure the binding out we can almost certainly loop through the recordset and manually add the items into the drop down (e.g., write the binding code ourselves).</description>
		<content:encoded><![CDATA[<p>Sorry for the slow reply.  Let me take a look into it and see if I can figure it out.  As a last case scenario if we can&#8217;t figure the binding out we can almost certainly loop through the recordset and manually add the items into the drop down (e.g., write the binding code ourselves).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

