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.
3 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 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.