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

Downloading from Nuget Package Explorer doesn't work

1 Answer 496 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 18 Oct 2016, 06:05 PM

Whenever I try and download from Nuget Package Explorer I got the following error:

Retrieving package 'Telerik.UI.for.AspNet.Core 2016.3.914' from 'telerik.com'.
  GET https://nuget.telerik.com/nuget/Packages(Id='Telerik.UI.for.AspNet.Core',Version='2016.3.914')
  OK https://nuget.telerik.com/nuget/Packages(Id='Telerik.UI.for.AspNet.Core',Version='2016.3.914') 79ms
Install failed. Rolling back...
Uninstalling NuGet package Telerik.UI.for.AspNet.Core.2016.3.914.
Executing nuget actions took 132.55 ms
Package contains multiple nuspec files.
========== Finished ==========
Time Elapsed: 00:00:01.8826245

 

However, when I just edit the project.json manually to include the package and then rebuild to trigger a package restore, it works fine.

"Telerik.UI.for.AspNet.Core": "2016.3.914"

 

 

 

1 Answer, 1 is accepted

Sort by
0
Ventsi
Telerik team
answered on 21 Oct 2016, 10:21 AM
Hello Andrew,

Thank you for reaching us.

Unfortunately, we are unable to reproduce this behavior. Could you please share some more details, such as:
  • What version of Visual Studio 2015 do you use?
  • What version of NuGet Package Manager do you use?
  • Is this issue related only to the Telerik ASP.NET Core NuGet package?

Meanwhile, as far as I can see from the log, the download of the package from our NuGet server is successful. In this regard, you can try to clean the locally cached Telerik packages and check if the issue still exists. You can do this by following these steps:
  1. Open the NuGet cache location in Windows Explorer (%LocalAppData%\NuGet\Cache or %UserProfile%\.nuget\packages)
  2. Delete the Telerik.UI.for.AspNet.Core package folder/nupkg if any

I am looking forward in receiving your response.

Regards,
Ventsi
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Ventsi
Telerik team
Share this question
or