Telerik.Reporting.Services.AspNetCore

3 Answers 1741 Views
.NET Core
Arshad Bhat
Top achievements
Rank 1
Arshad Bhat asked on 20 Nov 2021, 11:55 AM

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.

 

Neli
Telerik team
commented on 24 Nov 2021, 09:31 AM

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.

3 Answers, 1 is accepted

Sort by
2
Marc
Top achievements
Rank 2
Iron
Iron
answered on 08 May 2023, 04:30 PM

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

1
Ashwini
Top achievements
Rank 1
Iron
answered on 21 Jan 2022, 07:48 PM | edited on 31 Jan 2024, 07:42 PM

Hi Arshad,

You need to add the package source to make it available to install.

  1. Go to Tools - NuGet Package Manager - Package Manager Settings 
  2. 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 
  3. Once added, go and install from "Manage NuGet Package for solution".

Marc
Top achievements
Rank 2
Iron
Iron
commented on 07 May 2023, 10:27 PM

When adding the nuget location: https://nuget.telerik.com/nuget, it asks for credentials...

What to enter there?

0
SREEJITH
Top achievements
Rank 1
Iron
answered on 08 Jun 2024, 06:28 AM

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

 

Dess | Tech Support Engineer, Principal
Telerik team
commented on 10 Jun 2024, 08:16 AM

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.

Tags
.NET Core
Asked by
Arshad Bhat
Top achievements
Rank 1
Answers by
Marc
Top achievements
Rank 2
Iron
Iron
Ashwini
Top achievements
Rank 1
Iron
SREEJITH
Top achievements
Rank 1
Iron
Share this question
or