This is a migrated thread and some comments may be shown as answers.

Does Telerik Reporting require Telerik DataAccess (Formerly: OpenAccess)?

1 Answer 125 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 25 May 2014, 04:00 PM
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:

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.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 28 May 2014, 03:26 PM
Hello Ken,

You need the Telerik.Reporting.Cache.Database.dll only if you are going to use Database cache provider in the Reporting REST service CreateCache method. Then you need to reference Telerik.OpenAccess.dll, Telerik.OpenAccess.35.Extensions.dll and apply proper binding redirects to the used Telerik Data Access version.

If you are going to use the File cache provider, you can skip the Telerik.Reporting.Cache.Database.dll.

Let us know if you need any further help.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ken
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or