I have just put Telerik Reporting (HTML5) into my web application (MVC5), and I have followed the documentation available online, but I have been only partially successful at getting it to display due to an error that comes up within the template itself (below the navigation/toolbar).The error message within the template shows the following:Internal Server Error:
It is not part of the documented install procedure to include a reference to Telerik.OpenAccess... So, I am assuming that this error is stemming from within one of my references that is shipped with Telerik Reporting Q1 2014 (v8.0.14.255)?
I have attached the following references in my application as per this these instructions this and this..
An error has occurred.<
br
>Could not load file or assembly 'Telerik.OpenAccess, <
br
>Version=xxxx.x.xxx.x, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified.
It is not part of the documented install procedure to include a reference to Telerik.OpenAccess... So, I am assuming that this error is stemming from within one of my references that is shipped with Telerik Reporting Q1 2014 (v8.0.14.255)?
I have attached the following references in my application as per this these instructions this and this..
- Telerik.Reporting
- Telerik.Reporting.Services.WebApi
- Telerik.ReportViewer.Mvc
- Telerik.Reporting.Cache.Database
- Telerik.Reporting.OpenXmlRendering
- Telerik.Reporting.XpsRendering
Help would be greatly appreciated in resolving this issue.