Hi all,
Environment
1) VS 2017
2) Telerik_UI_for_ASP.NET_AJAX_2019_1_115_Dev
3) Telerik_Reporting_R1_2019_SP1_13_0_19_123_DEV
In my solution I am using Telerik HTML5 Report Viewer. Also using VS Installer Setup Wizard (Attached WebSetupWizard.png) for deployment purposes in production server from my solution.
My question is which .dll files/libraries I need to put for deployment (Attached HTML5 Report Viewer and Web Application.png) in deployment Wizard (Project Name: WebSetup) ?
In the past I was using Regular Report Viewer (Attached Obsolute Report Viewer.png) although that Report Viewer is now Obsolete. But it worked for us. Not was any issue.
Very much appreciate any help to provide me with the required Telerik .Dll Files that I need to put in my Web Setup Project for Deployment. Also some step by step tasks that I need to do to accomplish my desired result. I did not use HTML5 Report at all.
Sincerely
gc_0620
7 Answers, 1 is accepted
Sorry I forgot to attach 2 other attachments.
1) WebSetupWizard.png
2) HTML5 Report Viewer and Web Application.png
Sorry I forgot to attach 2 files.
- WebSetupWizard.png
- HTML5 Report Viewer and Web Application.png
- WebSetupWizard.png
- HTML5 Report Viewer and Web Application.png
- WebSetupWizard.png
- HTML5 Report Viewer and Web Application.png
- WebSetupWizard.png
- HTML5 Report Viewer and Web Application.png
Forgot to attach 2 other files but can't upload them.Keeps telling me something missing happened, Try another way.
- WebSetupWizard.png
- HTML5
Report Viewer and Web Application.png
During the installation of Telerik Reporting on your machine, the Telerik Reporting assemblies were added to GAC. When deploying a Web Application project the assemblies from the GAC are not copied automatically so you need to make sure the assemblies physically exist in the bin folder of your application. The required assemblies for the HTML5 Report Viewer scenario are:
- Telerik.Reporting.dll
- Telerik.Reporting.Services.WebApi.dll
There are some optional assemblies which add up to the core reporting functionality and should be used only if you need the specific feature. They are responsible for additional support formats, database session, retrieving data from an OLAP cube, etc. The list of optional assemblies can be found here.
Regards,
Nasko
Progress Telerik