Skip to content

Commit ac9538f

Browse files
committed
update the content and add an image
1 parent d8e65e5 commit ac9538f

File tree

2 files changed

+51
-13
lines changed

2 files changed

+51
-13
lines changed

knowledge-base/dpl-troubleshooting-nuget.md

Lines changed: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Common issues that may occur when you use the Telerik NuGet server
44
type: troubleshooting
55
page_title: How to Fix Error 503 from Telerik NuGet Server by Migrating to NuGet v3 API
66
slug: dpl-troubleshooting-nuget
7-
tags: error, nuget, package, installation
7+
tags: error, nuget, package, installation, long, wait
88
res_type: kb
99
ticketid: 1671187
1010
---
@@ -15,25 +15,63 @@ ticketid: 1671187
1515
| --- | --- | ---- |
1616
| N/A| Telerik Document Processing Libraries|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
1717

18-
## Description
19-
When attempting to access the Telerik NuGet server at `https://nuget.telerik.com/nuget/`, you might encounter an Error 503. This issue arises due to the deprecation of the old NuGet server and can be resolved by switching to the NuGet v3 API.
18+
# Troubleshooting Telerik NuGet
2019

21-
## Cause
22-
The Error 503 is typically caused by the deprecation of the old NuGet v2 server at `https://nuget.telerik.com/nuget/`. Telerik encourages clients to migrate to the NuGet v3 API for enhanced performance and reliability.
20+
This article provides solutions to common issues that you may observe when working with the Telerik NuGet server and the NuGet packages that it provides.
2321

24-
## Solution
25-
To resolve the Error 503 and ensure a more stable package management experience, follow the steps below to migrate your NuGet package source to the v3 API:
22+
## Issue: The NuGet Package Takes Too Long to Install or Update on Visual Studio
2623

27-
1. Update your NuGet package source URL to `https://nuget.telerik.com/v3/index.json`.
28-
2. Configure the Telerik NuGet server as a package source in Visual Studio for improved package searches and restores.
24+
The NuGet package takes too long to install or update on Visual Studio. How to improve the installation and update times?
2925

30-
For detailed instructions on configuring the Telerik NuGet server in Visual Studio, refer to the official documentation: [Download from the NuGet server](https://docs.telerik.com/devtools/document-processing/getting-started/installation/install-nuget-packages#download-from-the-nuget-server).
26+
### Solution
3127

32-
By following these steps, you will switch to a faster, lighter, and more secure NuGet server protocol, ensuring a better package management experience.
28+
You can disconnect the project from the source control before running the **Update Wizard**.
29+
30+
## Issue: Telerik NuGet Returns 401 Logon Failed after Password Change
31+
32+
After changing your Telerik password, you get `[Telerik Nuget] The V2 feed at '...' returned an unexpected status code '401 Logon failed.'` error in the NuGet Package Manager.
33+
34+
### Solution
35+
36+
After changing your Telerik password, you must reset your credentials in the `NuGet.config` file. To do this, run the `NuGet Sources Update -Name "telerik.com" -Source "https://nuget.telerik.com/v3/index.json" -UserName "your login email" -Password "your new password"` command.
37+
38+
The password must contain only ASCII characters.
39+
40+
As an alternative, you can [reset your Telerik NuGet Feed credentials from the Windows Credentials Manager](#solution-2-windows-credentials-manager)
41+
42+
## Issue: Unable to load the service index for source https://nuget.telerik.com/v3/index.json
43+
44+
Make sure that the Telerik NuGet Feed is live at [https://status.telerik.com/](https://status.telerik.com/).
45+
46+
## Issue: Resetting Telerik Nuget Credentials
47+
48+
On Windows, if you enter and save wrong credentials for the Telerik NuGet or if you change your Telerik credentials, you won't have access to the desired NuGet packages. Before you can enter the correct user name and password, you must clear the saved credentials.
49+
50+
### Solution 1: Resetting The Credentials in NuGet.config
51+
52+
Try resetting your credentials by using the approach suggested in the [Telerik NuGet returns 401 Logon failed after password change](#issue-telerik-nuget-returns-401-logon-failed-after-password-change). If the credentials are not updated, continue with [Solution 2 below](#solution-2-windows-credentials-manager).
53+
54+
### Solution 2: Windows Credentials Manager
55+
56+
Alternatively, use Windows Credentials Manager to remove the saved credentials:
57+
58+
1. In Visual Studio navigate to **Tools** > **NuGet Package Manager** > **Package Manager Settings**. Select **NuGet Package Manager**, click **Package Sources**, and remove the listed Telerik NuGet package source.
59+
1. Close Visual Studio.
60+
1. Open the Windows Credentials Manager. To access it, navigate to **Control Panel** > **User Accounts** > **Credential Manager**.
61+
1. Click **Windows Credentials**.
62+
1. Remove the following saved credentials:
63+
* `nuget.telerik.com`
64+
* `VSCredentials_nuget.telerik.com`
65+
66+
![Remove credentials from Windows Credential Manager](images/windows-credential-manager.png)
67+
68+
1. Add the Telerik NuGet Feed again, and then enter the correct credentials. For more details, see the [Installing with Nuget]({%slug installation-nuget-packages%}) article.
69+
70+
1. If desired, verify the NuGet credentials by inspecting the `NuGet.config` file located in `%AppData%\NuGet\NuGet.config`
3371

3472
## See Also
3573

36-
- [Installing NuGet Packages](https://docs.telerik.com/devtools/document-processing/getting-started/installation/install-nuget-packages)
37-
- [NuGet Documentation](https://docs.microsoft.com/en-us/nuget/)
74+
- [Install using NuGet Packages]({%slug installation-nuget-packages%})
75+
- [Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})
3876

3977
---
26 KB
Loading

0 commit comments

Comments
 (0)