<?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; Bugs</title>
	<atom:link href="http://rsinteract.wordpress.com/category/rsinteract/bugs/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; Bugs</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>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>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>
