
Hello Supports,
I want to try and install Nuget packages Telerik.Reporting.Services.AspNetCore for my Asp.net Core project but it isn't found.
when I go to the option "Manage Nuget packages", these are no available the packages to download (see the attached file).
Is it missing from the private nuget feed ?
Thank You.
4 Answers, 1 is accepted

Actually, https://nuget.telerik.com/nuget is wrong but is still mentioned everywhere in the documentation of Telerik.
You have to use 'https://nuget.telerik.com/v3/index.json' as source for the packet manager. After selecting, it asks for credentials, enter you Telerik credentials there. After you have done theta, select 'all' in the right corner of the packet manager and you will find the Telerik packages.
Regards, Marc

Hi Arshad,
You need to add the package source to make it available to install.
- Go to Tools - NuGet Package Manager - Package Manager Settings
- Click on green + to add Package. Name is Telerik.Reporting.Services.AspNetCore and with Source as h̶t̶t̶p̶s̶:̶/̶/̶n̶u̶g̶e̶t̶.̶t̶e̶l̶e̶r̶i̶k̶.̶c̶o̶m̶/̶n̶u̶g̶e̶t̶ https://nuget.telerik.com/v3/index.json
- Once added, go and install from "Manage NuGet Package for solution".
When adding the nuget location: https://nuget.telerik.com/nuget, it asks for credentials...
What to enter there?

Hi, I also facing the same issue. I tried the below steps.
Step1: Installed the Telrik
step2: Added the package Telerik.Reporting.OpenXmlRendering and Telerik.WebReportDesigner.Services
Step3: Pakcage is not available Telrik.reporting.service
Hi, SREEJITH,
If you are facing any difficulties with the Telerik Reporting packages, as a first step I would recommend you to check whether the Telerik NuGet feed is properly setup: Adding the Telerik Private NuGet Feed to VS
Telerik.Reporting.Services doesn't seem to be found according to the provided screenshot. Could you please confirm that it is installed?
Since it is not clear from the screenshot which are the installed NuGet packages in the specific project, I would ask you to ensure that .NET packages are not installed in a .NET Framework project and vice versa. I am saying you this because it may also cause similar unexpected difficulties.
An alternative approach is to add an assembly reference. If you have an installation or the Telerik Reporting product, the assemblies are available in the installation folder at the following location:
I hope you will find this information helpful.

Hi, Ashwini,
According to the screenshot, it seems that the Telerik Reporting NuGet packages are not installed. After checking your license under the email used for this account, no active trials occur. It is a possible reason for not seeing any NuGet packages from the NuGet feed.
In order to confirm this, I would ask you to check whether you have access to the Reporting Downloads section in your Telerik account:
Please ensure that you have listed the trial license in the account:
If it is not, you can download a trial version and active it with your account: https://www.telerik.com/products/reporting.aspx
I hope this information helps.
In order to confirm this, I would ask you to check whether you have access to the Reporting Downloads section in your Telerik account: -->I have done this process.
Hi, Ashwini,
Thank you for confirming that you don't have an active trial for Telerik Reporting.
Please follow the steps to download and activate the trial version of Telerik Reporting:
1. Click Try Now and run the downloaded TelerikReportingSetup.exe
2. Follow the installer wizard:
Authentication is required. Remember the exact email since it will be used for the Telerik NuGet feed's setup:
Once the installation wizard is completed, it is expected to see the trial license in your account:
I hope you find this information helpful. Please, let me know if there is anything else I can assist you with.
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
We followed your process as per your suggestion. Please guide us how we will add report in ASP .net core 6.0
Hi Arshad,
Please, make sure that the Package source is set to All. You may also find helpful the How to add the Telerik private NuGet feed to Visual Studio article. Let us know if the problem is resolved.