This is a migrated thread and some comments may be shown as answers.

Report viewer broken

1 Answer 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 28 May 2008, 12:59 PM
I've created a simple page which contains nothing but a Telerik report viewer. When I run the web application in the IDE, the control shows up on the page as expected.  When I create a virtual directory in IIS 6, and point it to my web application and browse to the page, the report viewer control has broken images and gives javascript errors.

I'm using Visual Studio 2008 on Vista.

httpHandlers in system.web contains 

<add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.5.8.414, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> 

and system.webServer handlers section contains

<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=1.5.1.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0" /> 

Please advise! Thank you...

1 Answer, 1 is accepted

Sort by
0
Andy
Top achievements
Rank 1
answered on 28 May 2008, 04:04 PM
Nevermind. The fix was to replace the version to the current Telerik version.
Tags
General Discussions
Asked by
Andy
Top achievements
Rank 1
Answers by
Andy
Top achievements
Rank 1
Share this question
or