Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 RSClient Print Error Update Process

Author  Topic 

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2009-03-02 : 15:22:45
Configuration: Visual Studio 2005, .NET Framework 2.0, Web Application Project, SQL Server 2005 SP2

Our web site has a page with the ReportViewer control that we use for displaying Reporting Services reports (server based). On our PROD server, when a user clicks on the Print tool button, the error message Unable to load client print control appears. After some searching, I found some articles that got me part of the way through the issue: an MSDN Blog and at Tech Studio; by having me run the SQL 2005 SP2 update.

However, that has not completely solved our problem. Do I need to update something in my web code and in Visual Studio? I ran the updates in the article by Brian Hartman on my dev machine, but those did not seem to make any difference. When I add a ReportViewer control to a new page in a new project, all of the information in the report viewer registration info is the same.

So, is there something I need to update in my web code? Is there somethine else I need to update on our SQL Server or the web server?

--------------------------------------------
Brand yourself at EmeraldCityDomains.com

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2009-03-03 : 22:45:44
It appears that I have fixed my trouble by running the Report Viewer Redistributable update on the WEB server.

--------------------------------------------
Brand yourself at EmeraldCityDomains.com
Go to Top of Page
   

- Advertisement -