I am testing the Q2 2008 TRIAL version of the Telerik report control in a ASP.NET 2, C#, web project application.
I've created a report and gotten it to work fine on my development computer here, and also on a website on the same computer. When I deployed the app, along with the test report, to the client's test web server and tried to run the report, the aspx page hosting the report opened, but was blank. There was no error message.
The connection string was localized to the test server's database, so no problem there.
In the bin file deployed to the client's server the files relevant to the report are:
ClaimsReportClasses.dll & ClaimsReportClasses.pdb
I tried adding this line to the web.config file on the server, but it simply prevented the entire app from loading:
<
httpHandlers>
<!--
This put in Oct 22, 08 to be able to run telerik reports MST -->
<
add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
This is a trial version. Could that be the problem? The reason we need to test this on their server is because the whole reason we are looking at the Telerik report control is that one organization is receiving errors when they try to open their reports which use the Vis Studio report viewer control. Maybe they wil not have the same problem with this control.
Thanks
Mike Thomas