I am using Telerik.Reporting in an ASP.NET MVC5 app. We have recently upgraded to version 10.1.16.615. When we deployed to QA, all reports fail with this message:
Error registering the viewer with the service.
An error has occurred.
Access to the path 'C:\Windows\TEMP\MvcApp\10.1.16.615\Cs\A\value.dat' is denied.
I have read several threads on this message, and tried deleting the file and then revising web.config
1. Deleting the file - no joy, next report run creates the file and throws same error. I ma the only user on the system at this time.
2. Specifying a cache provider. web.config contains:
under <configuration><configSections>
<section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=10.1.16.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere" />under <configuration>
<Telerik.Reporting> <Cache provider="Memory" /> <Extensions> <Render> <Extension name="IMAGE" visible="false" /> <Extension name="MHTML" visible="false" /> <Extension name="RTF" visible="false" /> <Extension name="XPS" visible="false" /> </Render> </Extensions></Telerik.Reporting>The Extension element already existed - just showing the complete set.
Same error, not only restarted site but rebooted machine.
Ideas?