You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to open reports with my Custom Security Extension applied it fails to render and I see 404 errors next to certain AXD resource requests to the HTMLRenderer dll.
I have inspected the ReportingServicesWebServer.dll where the Reserved.ReportViewerWebControl.axd handler is located and I found where it calls the Microsoft.ReportingServices.HtmlRendering.dll to get resources from the Microsoft.ReportingServices.Rendering.HtmlRenderer.RendererResources namespace. I can also see it sets the status code to 404 if it can't find the resource.
The question is what about my Custom Security Extension configuration could be causing it not to find these resources?
The text was updated successfully, but these errors were encountered:
When I try to open reports with my Custom Security Extension applied it fails to render and I see 404 errors next to certain AXD resource requests to the HTMLRenderer dll.
These resources fail to load (the rest load OK):
I have inspected the
ReportingServicesWebServer.dll
where theReserved.ReportViewerWebControl.axd
handler is located and I found where it calls theMicrosoft.ReportingServices.HtmlRendering.dll
to get resources from theMicrosoft.ReportingServices.Rendering.HtmlRenderer.RendererResources
namespace. I can also see it sets the status code to 404 if it can't find the resource.The question is what about my Custom Security Extension configuration could be causing it not to find these resources?
The text was updated successfully, but these errors were encountered: