Click here to Skip to main content
15,885,767 members
Home / Discussions / Web Development
   

Web Development

 
QuestionINSPIRATION FOR DESIGN Pin
Member 1122910913-Nov-14 12:16
Member 1122910913-Nov-14 12:16 
AnswerRe: INSPIRATION FOR DESIGN Pin
PIEBALDconsult13-Nov-14 12:41
mvePIEBALDconsult13-Nov-14 12:41 
GeneralRe: INSPIRATION FOR DESIGN Pin
Richard MacCutchan13-Nov-14 22:17
mveRichard MacCutchan13-Nov-14 22:17 
AnswerRe: INSPIRATION FOR DESIGN Pin
Kornfeld Eliyahu Peter13-Nov-14 22:54
professionalKornfeld Eliyahu Peter13-Nov-14 22:54 
AnswerRe: INSPIRATION FOR DESIGN Pin
Nathan Minier14-Nov-14 2:14
professionalNathan Minier14-Nov-14 2:14 
GeneralRe: INSPIRATION FOR DESIGN Pin
Shamim Reza14-Dec-14 4:25
Shamim Reza14-Dec-14 4:25 
AnswerRe: INSPIRATION FOR DESIGN Pin
Rollin Shultz19-Dec-14 5:16
Rollin Shultz19-Dec-14 5:16 
QuestionReport Viewer Configuration Error in RDLC Report Pin
Preety Shah12-Nov-14 3:25
Preety Shah12-Nov-14 3:25 
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" precondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"> to the system.webServer/handlers section for Internet Information Services 7 or later.

I am getting the above error while I try to run RDLC report.

The following things I have added to the solution:

1. ReportViewer control on the .aspx page.

XML
<rsweb:ReportViewer ID="ReportViewer2" runat="server" Font-Names="Verdana" Font-Size="8pt" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt">
                <LocalReport ReportPath="reports\Report1.rdlc">
                    <DataSources>
                        <rsweb:ReportDataSource DataSourceId="SqlDataSource1" Name="DataSet1" />
                    </DataSources>
                </LocalReport>
            </rsweb:ReportViewer>



2. Registered assembly on .aspx page

<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>

3. Added reference Microsoft.ReportViewer.WebForms to the project

4. In web.config tags added are:

XML
<compilation debug="true" targetFramework="4.5">
      <assemblies>
        <!--<add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
        <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />-->
        <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
        <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
      </assemblies>
      <buildProviders>
        <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
      </buildProviders>
    </compilation>




Kindly provide the solution to resolve this error of RDLC report.
GeneralRe: Report Viewer Configuration Error in RDLC Report Pin
Sheepings13-Nov-14 4:21
professionalSheepings13-Nov-14 4:21 
AnswerRe: Report Viewer Configuration Error in RDLC Report Pin
jaimin851-Dec-14 23:17
jaimin851-Dec-14 23:17 
Questionhow i use datepicker in mvc 5? [moved] Pin
Member 1078224211-Nov-14 1:25
Member 1078224211-Nov-14 1:25 
AnswerRe: how i use datepicker in mvc 5? Pin
Mark Parity11-Nov-14 1:27
Mark Parity11-Nov-14 1:27 
GeneralRe: how i use datepicker in mvc 5? Pin
Nagy Vilmos11-Nov-14 1:30
professionalNagy Vilmos11-Nov-14 1:30 
GeneralRe: how i use datepicker in mvc 5? Pin
Mark Parity11-Nov-14 1:42
Mark Parity11-Nov-14 1:42 
AnswerRe: how i use datepicker in mvc 5? Pin
Nagy Vilmos11-Nov-14 1:29
professionalNagy Vilmos11-Nov-14 1:29 
GeneralRe: how i use datepicker in mvc 5? Pin
RUs12311-Nov-14 2:16
RUs12311-Nov-14 2:16 
GeneralRe: how i use datepicker in mvc 5? Pin
Rage11-Nov-14 3:11
professionalRage11-Nov-14 3:11 
GeneralRe: how i use datepicker in mvc 5? Pin
RUs12311-Nov-14 3:35
RUs12311-Nov-14 3:35 
AnswerRe: how i use datepicker in mvc 5? Pin
P0mpeyBoy11-Nov-14 1:43
P0mpeyBoy11-Nov-14 1:43 
QuestionRe: how i use datepicker in mvc 5? [moved] Pin
ZurdoDev11-Nov-14 5:25
professionalZurdoDev11-Nov-14 5:25 
QuestionRemoteApp: unable to create files in Program folder Pin
Leif Simon Goodwin10-Nov-14 5:36
Leif Simon Goodwin10-Nov-14 5:36 
QuestionAT commands in php Pin
Member 112179068-Nov-14 12:45
Member 112179068-Nov-14 12:45 
QuestionSOLVED: RD Web and Windows Server 2012 R2 Pin
Leif Simon Goodwin6-Nov-14 22:27
Leif Simon Goodwin6-Nov-14 22:27 
Questionwebsite Pin
Member 112090785-Nov-14 4:14
Member 112090785-Nov-14 4:14 
SuggestionRe: website Pin
ZurdoDev5-Nov-14 5:15
professionalZurdoDev5-Nov-14 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.