I have PB 3.3.2 on a site where I am using the core Reports module 5.0. The Reports module utitlizes the MS Report Viewer control to run a Reporting Services report. The report cannot run with the default PB configuration and it seems to have something to do with an .AXD file. If I comment PB completely out of the web.config then the report runs fine. Here is what I have noticed: With PB using the default config, a script error appears "Line: 195 Char:1 Error: Permission Denied Code: 0 ...." Suspecting it has something to do with a .AXD file (see below) I added this to the config: < path excludefrom="All" pattern="(\.asmx|\.axd|\.ashx)"> Now when the page is opened, IE attempts to download Reserved.ReportViewerWebControl.axd to my desktop. Finally, if I comment PB completely out of the web.config then the report runs fine. Any idea how to get the 2 modules to play together? |