<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RSinteract Development Blog &#187; RSinteract</title>
	<atom:link href="http://rsinteract.wordpress.com/tag/rsinteract/feed/" rel="self" type="application/rss+xml" />
	<link>http://rsinteract.wordpress.com</link>
	<description>Extending SQL Server Reporting Services to end-users</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:31:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rsinteract.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RSinteract Development Blog &#187; RSinteract</title>
		<link>http://rsinteract.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rsinteract.wordpress.com/osd.xml" title="RSinteract Development Blog" />
	<atom:link rel='hub' href='http://rsinteract.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Further Information on Report Viewer Client Print Control bug</title>
		<link>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/</link>
		<comments>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:56:55 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[report viewer]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/04/22/further-information-on-report-viewer-client-print-control-bug/</guid>
		<description><![CDATA[A while back I wrote a post about the “Unable to load client print control” error that Report Manager (and RSinteract) was throwing after Microsoft’s auto update KB956391. I also asked a question over at StackOverflow which I ended up answering myself. Yesterday follow up information was added, which may be of use if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=192&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while back I <a href="http://rsinteract.wordpress.com/2008/12/05/unable-to-load-client-print-control/">wrote a post</a> about the “Unable to load client print control” error that Report Manager (and <a href="http://www.rsinteract.com/">RSinteract</a>) was throwing after Microsoft’s auto update <a href="http://blogs.msdn.com/brianhartman/archive/2008/11/05/client-print-fails-to-load-after-microsoft-update-956391.aspx">KB956391</a>.</p>
<p>I also asked a <a href="http://stackoverflow.com/questions/340151/reportviewer-client-print-control-unable-to-load-client-print-control">question</a> over at <a href="http://www.stackoverflow.com">StackOverflow</a> which I ended up answering myself. Yesterday follow up information was added, which may be of use if you have trouble with the fix.</p>
<p><a href="http://stackoverflow.com/users/94215/ey-kalman">EY Kalman</a> says:</p>
<blockquote><p>I have had the same problem (on several different servers). Applying SP3 and Report Viewer SP1 has helped on some of the servers, allowing the client machines to connect and download the control with no problem. However, I have had one server that, even after applying the updates, when accessing the report viewer using a client machine, it was still giving me the error. On looking into the exact URL GET request that is being sent, I discovered that it is possible to force the client machine to connect directly to the Report Server to download the control.</p>
<p>The user would need to enter the following url:</p>
<p><a href="http://reportservername/Reports/Reserved.ReportViewerWebControl.axd?ReportSession=51bjqv45xydgos2wghu5ceza&amp;ControlID=7617dedbf0234f89b80cad8e64431014&amp;Culture=2057&amp;UICulture=9&amp;ReportStack=1&amp;OpType=PrintHtml">http://reportservername/Reports/Reserved.ReportViewerWebControl.axd?ReportSession=51bjqv45xydgos2wghu5ceza&amp;ControlID=7617dedbf0234f89b80cad8e64431014&amp;<br />
Culture=2057&amp;UICulture=9&amp;ReportStack=1&amp;OpType=PrintHtml</a></p>
<p>This should then pop up the required download/install prompt.</p></blockquote>
<p><a href="http://stackoverflow.com/users/94055/dotnettrio">dotnettrio</a> added (which is probably more relevant to RSinteract):</p>
<blockquote><p>Hi,</p>
<p>I got this working with out removing any patches. The above patch was not working too. Finally what I did was on the IIS server install the following patch and reset / restart the IIS server. This is not for report manager application. This is for any ASP.NET Web application developed in .net3.5 using VS2008 <a href="http://www.microsoft.com/downloads/details.aspx?familyid=6AE0AA19-3E6C-474C-9D57-05B2347456B1&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=6AE0AA19-3E6C-474C-9D57-05B2347456B1&amp;displaylang=en</a></p></blockquote>
<p>I hope this helps anyone else with this problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=192&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>
	</item>
		<item>
		<title>IE6 Retiring</title>
		<link>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/</link>
		<comments>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:46:15 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/04/16/ie6-retiring/</guid>
		<description><![CDATA[After 8 long years the browser that everybody loves to hate is being automatically retired by Microsoft. Although there is a way to avoid the upgrade if your business has the problems later in this post. To be fair to it, IE6 helped make the web what it is today. Its quirks mode rendering enabled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=183&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After 8 long years the browser <a href="http://www.stopie6.org/">that</a> <a href="http://www.dearie6.com/">everybody</a> <a href="http://ie6.forteller.net/index.php?title=Main_Page">loves</a> to <a href="http://www.contrast.ie/blog/dear-ie6-i-hate-you/">hate</a> is being <a href="http://tr.im/iWHK">automatically retired</a> by Microsoft. Although there is a way to avoid the upgrade if your business has the problems later in this post.</p>
<p><img src="http://www.contrast.ie/blog/wp-content/uploads/2008/01/ie6.jpg" alt="" width="476" height="136" /></p>
<p>To be fair to it, IE6 helped make the web what it is today. Its quirks mode rendering enabled anybody to code a web page with little regard to well-formed HTML or standards. This caused many a developer to hate it because it renders things differently to other browsers and often caused a lot of extra work because it takes so long to get it working in both.</p>
<p>Most of the anger directed at IE6 has to do with the differences with the W3 Consortium’s standards. However, when it was released these standards were not concrete and it was unclear if they would even be adopted ubiquitously.</p>
<p>Many companies have ignored Firefox and stuck with IE6 because of the huge costs involved in deploying and testing all their internal applications on their networks.</p>
<p><a href="http://www.rsinteract.com">RSinteract</a> is Internet Explorer only and will continue to support IE6 and IE7 for the foreseeable future because of this very reason. The web is changing and more and more people are becoming aware of other browsers such as <a href="http://www.google.co.uk/chrome">Google Chrome</a>. Perhaps in future we will move towards cross browser support but for now we are very much tied to Internet Explorer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=183&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://www.contrast.ie/blog/wp-content/uploads/2008/01/ie6.jpg" medium="image" />
	</item>
		<item>
		<title>RSinteract 3.6 Released!</title>
		<link>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/</link>
		<comments>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:42:30 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[evaluation]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[indicators]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/03/25/rsinteract-released/</guid>
		<description><![CDATA[The new version 3.6 release is live and ready for download! New Features: New formatting options including: Font, Font Size, Font Style Instant formatting options from the field selection screen New conditional formatting options Indicator images in the report for creating simple instant dashboards. Add tables and fields to existing SQL data sets Selectable Join [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=176&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version 3.6 release is live and ready for <a href="http://www.rsinteract.com/download/eval.html">download</a>!</p>
<p><a href="http://rsinteract.files.wordpress.com/2009/03/full-features11.jpg"><img style="display:inline;border:0;" title="full_features" src="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg?w=454&#038;h=313" border="0" alt="full_features" width="454" height="313" /></a></p>
<p><strong>New Features:</strong></p>
<ul>
<li>New formatting options including: Font, Font Size, Font Style</li>
<li>Instant formatting options from the field selection screen</li>
<li>New conditional formatting options</li>
<li><a href="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg2009/01/19/indicators-demo/">Indicator images</a> in the report for creating simple instant dashboards.</li>
<li>Add tables and fields to existing SQL data sets</li>
<li>Selectable Join types for joining tables from the front end</li>
<li>Support for SQL Server 2008</li>
<li>Improved field selection in the new report wizard</li>
<li>New tree structure for creating SQL reports making it even faster and easier to find the data you want.</li>
<li>New tree structure in the SQL filter screen drop downs to allow quicker selection of filter field</li>
<li>Updated Look and Feel</li>
<li>Improved Custom Fields Editor</li>
<li>Report Branding support</li>
<li>SSL compatibility</li>
<li>64 bit compatibility</li>
</ul>
<p>There are also improvements to the admin tool, and a ton of bug fixes.</p>
<p>You can download the free and fully functional 30 day trial at <a title="http://www.rsinteract.com/download/eval.html" href="http://www.rsinteract.com/download/eval.html">http://www.rsinteract.com/download/eval.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=176&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg" medium="image">
			<media:title type="html">full_features</media:title>
		</media:content>
	</item>
		<item>
		<title>Dogfooding RSinteract</title>
		<link>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/</link>
		<comments>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:33:16 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=67</guid>
		<description><![CDATA[On any software project it’s important for managers to have some sort of system in place to keep track of how long tasks are taking and how much time has been spent collectively on a project. Gathering this data is fairly easy (with the right tool), for RSinteract we have a TimeBooking application written internally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=67&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On any software project it’s important for managers to have some sort of system in place to keep track of how long tasks are taking and how much time has been spent collectively on a project. Gathering this data is fairly easy (with the right tool), for <a href="http://www.rsinteract.com">RSinteract</a> we have a TimeBooking application written internally that collects the data. It’s fairly simple: client, task, comments, lots of drop downs for each half hour slot in the day. It works.</p>
<p>The problem is getting this data in a useable form to make decision on… but wait! We’re making a reporting tool. What better way to look at our time booking data than in a nicely formatted report!</p>
<p>Here’s an example of my time as booked back in the second week of December. I’ve quickly made a weekly time sheet using our _Reporting view in the time booking database with filters for employee and week commencing. I can now save this and look at anyone’s time for any given week! Clever eh?</p>
<p><a href="http://rsinteract.files.wordpress.com/2009/02/dogfood1.png"><img title="dogfood" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="192" alt="dogfood" src="http://rsinteract.files.wordpress.com/2009/02/dogfood-thumb1.png?w=244&#038;h=192" width="244" border="0" /></a></p>
<p>Using products internally like this is known in the industry as “dogfooding” as in “eats its own dog food”. This gives us a good idea of how our clients may use the software and also highlights problems that we might not otherwise pick up in our usual testing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=67&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://rsinteract.files.wordpress.com/2009/02/dogfood-thumb1.png" medium="image">
			<media:title type="html">dogfood</media:title>
		</media:content>
	</item>
		<item>
		<title>Indicators Demo</title>
		<link>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/</link>
		<comments>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:45:28 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[dashboarding]]></category>
		<category><![CDATA[indicators]]></category>
		<category><![CDATA[kpi]]></category>
		<category><![CDATA[scorecarding]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=58</guid>
		<description><![CDATA[Here’s a quick demo of the new indicators feature. It’s a pretty trivial one but shows the potential. http://images.video.msn.com/flash/soapbox1_1.swf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=58&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here’s a quick demo of the new indicators feature. It’s a pretty trivial one but shows the potential.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:08d46287-c9cb-4c73-9d4a-aefd9068801e" class="wlWriterEditableSmartContent" style="display:inline;float:none;margin:0;padding:0;">
<div><a href="http://images.video.msn.com/flash/soapbox1_1.swf">http://images.video.msn.com/flash/soapbox1_1.swf</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=58&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>
	</item>
		<item>
		<title>Could not load file or assembly &#039;Microsoft.ReportingServices.Interfaces&#039;</title>
		<link>http://rsinteract.wordpress.com/2009/01/07/could-not-load-file-or-assembly-microsoftreportingservicesinterfaces/</link>
		<comments>http://rsinteract.wordpress.com/2009/01/07/could-not-load-file-or-assembly-microsoftreportingservicesinterfaces/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:03:10 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=43</guid>
		<description><![CDATA[In the last week we&#8217;ve had three clients report a problem with our December release when running on Windows Server 2003 64 bit. Server Error in &#8216;/RSinteract&#8217; Application. Could not load file or assembly &#8216;Microsoft.ReportingServices.Interfaces&#8217; or one of its dependencies. An attempt was made to load a program with an incorrect format. Description: An unhandled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=43&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="postentry">
<p>In the last week we&#8217;ve had three clients report a problem with our December release when running on Windows Server 2003 64 bit.</p>
</p></div>
<blockquote><p><strong>Server Error in &#8216;/RSinteract&#8217; Application. </strong></p>
<p>Could not load file or assembly &#8216;Microsoft.ReportingServices.Interfaces&#8217; or one of its dependencies. An attempt was made to load a program with an incorrect format.      <br />Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.</p>
<p>Exception Details: System.BadImageFormatException: Could not load file or assembly &#8216;Microsoft.ReportingServices.Interfaces&#8217; or one of its dependencies. An attempt was made to load a program with an incorrect format.</p>
</blockquote>
<div class="postentry">
<p>It seems <em><strong>Microsoft.ReportingServices.Interfaces.dll</strong></em> version 9.0.1399.0 won&#8217;t load on a 64 bit server, the hotfix is to replace it with this version:       <br /><a title="http://www.rsinteract.com/download_files/Microsoft.ReportingServices.Interfaces.zip" href="http://www.rsinteract.com/download_files/Microsoft.ReportingServices.Interfaces.zip">http://www.rsinteract.com/download_files/Microsoft.ReportingServices.Interfaces.zip</a>       <br />The default location is <strong><em>C:\Program Files (x86)\ICS\RSinteract\Website\bin\</em></strong>       <br />IIS should be reset afterwards.</p>
<p>This issue will be resolved in the next big release in February 2009</p>
</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=43&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/01/07/could-not-load-file-or-assembly-microsoftreportingservicesinterfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>Sneak Preview</title>
		<link>http://rsinteract.wordpress.com/2009/01/05/sneak-preview/</link>
		<comments>http://rsinteract.wordpress.com/2009/01/05/sneak-preview/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:30:53 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=24</guid>
		<description><![CDATA[Here’s a sneak preview of the new look and feel and some of the new features included in the upcoming major release of RSinteract. New formatting options including: Font, Font Size, Font Style Instant formatting options from the field selection screen New conditional formatting options as above and more! Indicator images in the report for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=24&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here’s a sneak preview of the new look and feel and some of the new features included in the upcoming major release of <a href="http://www.rsinteract.com/">RSinteract</a>.</p>
<p><a href="http://rsinteract.files.wordpress.com/2009/01/rsinteract-look-and-feel11.png"><img style="display:inline;border:0;" title="rsinteract_look_and_feel" src="http://rsinteract.files.wordpress.com/2009/01/rsinteract-look-and-feel-thumb11.png?w=244&#038;h=183" border="0" alt="rsinteract_look_and_feel" width="244" height="183" /></a></p>
<ul>
<li>New formatting options including: Font, Font Size, Font Style</li>
<li>Instant formatting options from the field selection screen</li>
<li>New conditional formatting options as above and more!</li>
<li>Indicator images in the report for creating simple instant dashboards.</li>
<li>Selectable Join types for joining tables from the front end</li>
<li>Join tables direct from the edit section screen, allowing the addition of data to existing SQL reports.</li>
<li>Support for SQL Server 2008</li>
<li>Improved field selection in the new report wizard</li>
<li>New tree structure for creating SQL reports making it even faster and easier to find the data you want.</li>
<li>New tree structure in the SQL filter screen drop downs to allow quicker selection of filter field</li>
<li>Updated Look and Feel</li>
<li>Beta of Windows SharePoint Services support</li>
<li>Improved Custom Fields Editor</li>
<li>Report Branding support</li>
<li>The much missed previous button is back (excuse the pun)!</li>
<li>Plus lots and lots of bug fixes!</li>
</ul>
<p>Let us know if you like it or not by commenting!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=24&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/01/05/sneak-preview/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://rsinteract.files.wordpress.com/2009/01/rsinteract-look-and-feel-thumb11.png" medium="image">
			<media:title type="html">rsinteract_look_and_feel</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to load client print control</title>
		<link>http://rsinteract.wordpress.com/2008/12/05/unable-to-load-client-print-control/</link>
		<comments>http://rsinteract.wordpress.com/2008/12/05/unable-to-load-client-print-control/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 15:40:44 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[report manager]]></category>
		<category><![CDATA[reportviewer]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=13</guid>
		<description><![CDATA[UPDATE: Further information on alternative fixes has come to my attention via StackOverflow. This new error has popped up since Microsoft released the update KB956391. The update is for a vulnerability in the GDI+ DLL which allowed a malicious user to execute code on the client machine (good old! &#8211; ed). The fix uses ActiveX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=13&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>UPDATE: <a href="http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/">Further information on alternative fixes has come to my attention via StackOverflow.</a></p>
<p>This new error has popped up since Microsoft released the update <a href="http://blogs.msdn.com/brianhartman/archive/2008/11/05/client-print-fails-to-load-after-microsoft-update-956391.aspx">KB956391</a>.</p>
<p><img title="Error" src="http://support.plato.com/images/kb/2680a.jpg" alt="Unable to load print control error" width="318" height="159" /></p>
<p>The update is for a vulnerability in the GDI+ DLL which allowed a malicious user to execute code on the client machine (good old! &#8211; ed). The fix uses ActiveX Killbits which is a setting that Internet Explorer checks for each ActiveX control. If the Killbits are set, IE refuses to load the control.</p>
<p>The update set the Killbits for the version of the RS Client Print ActiveX control which is used by the version 8.0.0.0 of the ReportViewer which is referenced by RSinteract (and Report Manager). Thus the printing will not work in either.</p>
<p>To fix Report Manager you need to apply the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=82833F27-081D-4B72-83EF-2836360A904D">ReportViewer SP1</a> patch and the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=4603C722-2468-4ADB-B945-2ED0458B8F47&amp;displaylang=en#filelist">Security Update for SQL Server SP2 (KB954606)</a>. Once this is working again you can fix RSinteract.</p>
<p>To fix RSinteract you need to apply another <a href="http://www.microsoft.com/downloads/details.aspx?familyid=5148B887-F323-4ADB-9721-61E1C0CFD213&amp;displaylang=en">Security Update for SQL Server SP2 (KB954607)</a>.</p>
<p><a href="mailto:support@rsinteract.com">Let us know</a> if this fix doesn&#8217;t work for you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=13&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2008/12/05/unable-to-load-client-print-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://support.plato.com/images/kb/2680a.jpg" medium="image">
			<media:title type="html">Error</media:title>
		</media:content>
	</item>
	</channel>
</rss>
