Skip to main content

If I work inside workspace reports work fine (including Process Properties), but if in k2 task list web part I select view flow (I can see the flow), and I click Process Properties I get the following sharepoint error:


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=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> to the system.web/httpHandlers section of the web.config file.


I can't find anything in K2 Âblackpearl] documentation regarding this issue. Do I really have to change some web.config file?

This verb tag should have been added by the installer.  Open up this file C:Program FilesK2 BlackPearlWorkspaceSiteweb.config and verify that the tag is present.


Yes the tag is present:


<httpHandlers>
      <add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </httpHandlers>


Added the entry to the SharePoint web.config file and it's working.

Hi..I am havinf a similiar problem..what did you do to fix it?


Reply