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

Error loading Report Viewer Control

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Armando
Top achievements
Rank 1
Armando asked on 26 Dec 2012, 04:25 PM
Hi,

I'm having a problem when loading the report viewer control in to a Web Form, a drag the control and nothing happens, if a try to insert the code directly in the form an error of a TAG PREFIX appears, what it can be wrong or what a need to configure to solve this issue, i already  add the following references:

* Telerik.reporting
* Telerik.ReportViwer.WebForms
* Telerik.ReportViwer.WinForms

I posted a similar issue about 2 weeks ago and it simply disappear, it think maybe i need to post this under another topic?, but a didn't get any email, i don't know what happens with the other thread i posted.


Anyone can help me, thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Armando
Top achievements
Rank 1
answered on 27 Dec 2012, 05:48 PM
Thanks i solve the problem, i just write the following code in the web.config and the Report Viewer Control loads and runs correctly.

<httpHandlers>
      <add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.2.12.1017, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
    </httpHandlers>
Tags
General Discussions
Asked by
Armando
Top achievements
Rank 1
Answers by
Armando
Top achievements
Rank 1
Share this question
or