Skip to content

Commit d8e65e5

Browse files
author
KB Bot
committed
Added new kb article dpl-troubleshooting-nuget
1 parent fbc208f commit d8e65e5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Troubleshooting Telerik NuGet
3+
description: Common issues that may occur when you use the Telerik NuGet server to install Document Processing packages
4+
type: troubleshooting
5+
page_title: How to Fix Error 503 from Telerik NuGet Server by Migrating to NuGet v3 API
6+
slug: dpl-troubleshooting-nuget
7+
tags: error, nuget, package, installation
8+
res_type: kb
9+
ticketid: 1671187
10+
---
11+
12+
## Environment
13+
14+
| Version | Product | Author |
15+
| --- | --- | ---- |
16+
| N/A| Telerik Document Processing Libraries|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
17+
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.
20+
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.
23+
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:
26+
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.
29+
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).
31+
32+
By following these steps, you will switch to a faster, lighter, and more secure NuGet server protocol, ensuring a better package management experience.
33+
34+
## See Also
35+
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/)
38+
39+
---

0 commit comments

Comments
 (0)