Hi,
I moved to a new machine, and all is well except for reporting. I have removed and re-added the DLLs and References to no avail.
The installer for reporting ran fine. I am running Visual Studio 2008, .net Framework 3.5, and the web.config entries for reporting are
This project worked on another machine fine, so I am guessing there is some subtle missing piece here. all other telerik products such as RadChart, grid, etc. work fine. Thanks.
I moved to a new machine, and all is well except for reporting. I have removed and re-added the DLLs and References to no avail.
The installer for reporting ran fine. I am running Visual Studio 2008, .net Framework 3.5, and the web.config entries for reporting are
<system.webServer>
....<handlers>
....
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0" />
</handlers>
This project worked on another machine fine, so I am guessing there is some subtle missing piece here. all other telerik products such as RadChart, grid, etc. work fine. Thanks.