reporting services - Recieving Error Viewing Reports in Report Manager -
i receiving following error trying view report in report manager , reporting services: "
your browser not support scripts or has been configured not allow scripts" have ensured scripting enabled , added site trusted sites , still not work. missing? using sql server 2008 r2. reports work fine in test windows application, not in browser. can see header , footer of report , toolbar, body empty. it's when select view source see error.
here complete error when view source:
<div> browser not support scripts or has been configured not allow scripts. <span id="ctl31_reportviewer"> <div id="ctl31" onclick="if ($get('ctl31_ctl04') != null && $get('ctl31_ctl04').control != null) $get('ctl31_ctl04').control.hideactivedropdown();" onactivate="if ($get('ctl31_ctl04') != null && $get('ctl31_ctl04').control != null) $get('ctl31_ctl04').control.hideactivedropdown();" style="height:100%;width:100%;"></div> <div id="ctl31_httphandlermissingerrormessage" style="border-color:red;border-width:2px;border-style:solid;padding:10px;display:none;overflow:auto;font-size:.85em;"> <h2> report viewer configuration error </h2> <p>the report viewer web control http handler has not been registered in application's web.config file. add <add verb="*" path="reserved.reportviewerwebcontrol.axd" type = "microsoft.reporting.webforms.httphandler, reportingserviceswebuserinterface, version=10.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91" /> system.web/httphandlers section of web.config file, or add <add name="reportviewerwebcontrolhandler" precondition="integratedmode" verb="*" path="reserved.reportviewerwebcontrol.axd" type="microsoft.reporting.webforms.httphandler, reportingserviceswebuserinterface, version=10.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91" /> system.webserver/handlers section internet information services 7 or later.</p> </div> <span id="ctl31_ctl03"><input type="hidden" name="ctl31$ctl03$ctl00" id="ctl31_ctl03_ctl00" /><input type="hidden" name="ctl31$ctl03$ctl01" id="ctl31_ctl03_ctl01" /></span><input type="hidden" name="ctl31$ctl10" id="ctl31_ctl10" /><input type="hidden" name="ctl31$ctl11" id="ctl31_ctl11" /> <div id="ctl31_asyncwait" style="background-color:white;opacity:0.7;position:absolute;display:none;filter:alpha(opacity=70);">
i these errors in test web application, though scripting enabled , httphandlers defined in web config both system.web , system.webserver.
Comments
Post a Comment