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
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 ReportViewer Control in .NET application

Author  Topic 

rankone
Starting Member

24 Posts

Posted - 2011-10-04 : 09:14:09
Hey everyone,

I was trying to implement the ReportViewer Control for a report that was created through SSRS 2005. I used Visual Studio 2010's ReportViewer control in my ASP.NET application & I encountered all sorts of errors because the Version 10 of the controller isn't backward compatible. I finally got it to work by changing the assemblies to Version 9. Now the ReportViewer works on my LocalHost, but when I host it to the server, my application errors out on me giving a web.config error. I also noticed then in my application ever since I changed the assemblies, the control doesn't generate in my design view. But when I debug it, it generates under localhost. Any ideas on how I can get it to show on the Host server?
   

- Advertisement -