I am trying to configure Microsoft reports on a shared hosted server. I installed the web.config files with the necessary entries and downloaded the Microsoft.ReportViewer.Common.dll and Microsoft.ReportViewer.WebForms.dll assemblies, as well as the Microsoft.ReportViewer.xml file via FTP.
The site loads fine, but when I try to download the report, get a missing link to Microsoft.ReportViewer.ProcessingObjectModel.dll . If I can get a copy of this DLL, can I expect the report view to work? If so, what is the best way to get a copy? Or should I start trying to persuade the server administrator to run ReportViewer.exe?
This project uses Visual Studio 2008.
source share