Skip to content

Commit 060965e

Browse files
authored
Merge pull request #488 from telerik/new-kb-handle-no-nuget-packages-found-message-40dc15a19d1a44e88b757fd7ac312b6a
Added new kb article handle-no-nuget-packages-found-message
2 parents ff0662e + c10e1fd commit 060965e

File tree

6 files changed

+55
-1
lines changed

6 files changed

+55
-1
lines changed

getting-started/Installation/install-nuget-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Before you can install Telerik NuGet packages, you must configure the Telerik Nu
6868

6969
* [Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})
7070
* [How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, .NET Core, .NET 6/.NET 8/.NET 9]({%slug distribute-telerik-document-processing-libraries-net-versions%})
71+
* [Handling the 'No packages found" Message when Using the Telerik NuGet Server]({%slug handle-no-nuget-packages-found-message%})

getting-started/Installation/nuget-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Available NuGet Packages
33
page_title: Available NuGet Packages
44
description: Learn how you can use the Telerik Document Processing libraries through NuGet.
5-
slug: installation-nuget-packages
5+
slug: available-nuget-packages
66
tags: nuget, document, processing, assembly
77
published: True
88
position: 6
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Handling the 'No packages found" Message when Using the Telerik NuGet Server
3+
description: Learn how to handle the 'No packages found" message when using the Telerik NuGet Server
4+
type: how-to
5+
page_title: How to handle the 'No packages found" message when using the Telerik NuGet Server
6+
slug: handle-no-nuget-packages-found-message
7+
tags: telerik, nuget, server, package, dpl, document, processing
8+
res_type: kb
9+
ticketid: 1672286
10+
---
11+
12+
## Environment
13+
14+
| Version | Product | Author |
15+
| --- | --- | ---- |
16+
| 2024.4.1106| Document Processing Libraries |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
17+
18+
## Description
19+
20+
When adding the [Telerik NuGet source]({%slug installation-nuget-packages%}#download-from-the-nuget-server) to your Visual Studio, the expected Telerik Document Processing NuGet packages may not appear in the *Manage NuGet Packages* window. This knowledge base article shows how to troubleshoot this scenario and properly setup the NuGet feed.
21+
22+
>note Make sure that your firewall or proxy doesn't prevent the access to the Telerik NuGet server.
23+
24+
## Solution
25+
26+
To resolve the issue of Telerik NuGet packages not appearing in Visual Studio, follow these steps:
27+
28+
1. **Add Telerik NuGet Source Correctly**: Make sure the Telerik NuGet source is added correctly to Visual Studio. The correct source URL is `https://nuget.telerik.com/v3/index.json`. Refer to the [Download from the NuGet server section]({%slug installation-nuget-packages%}#download-from-the-nuget-server) for detailed instructions.
29+
30+
![NuGet server Authentication](images/telerik-nuget-server.png)
31+
32+
If the setup is proper and you still don't have access to the Telerik Document Processing NuGet packages from the server, it may be related to the specific account used for authentication.
33+
34+
2. **Enter Correct Credentials**: When prompted, enter the correct Telerik account credentials. Ensure you are using an account with an active subscription or trial.
35+
36+
![NuGet server Authentication](images/nuget-server-authentication.png)
37+
38+
3. **Check for Multiple Accounts**: Verify if you have multiple Telerik accounts and ensure you are using the one with an active subscription. Packages may not appear if the account used has no active licenses or expired trials.
39+
40+
4. **Reset Telerik NuGet Credentials**: If you have verified the above steps and still face issues, try resetting your Telerik NuGet credentials. This ensures that Visual Studio is using the correct account for authentication. Instructions for resetting credentials can be found in the [Troubleshooting Telerik NuGet]({%slug troubleshooting-telerik-nuget%}#issue-resetting-telerik-nuget-credentials) guide.
41+
42+
![Reset NuGet Credentials](images/reset-nuget-credentials.png)
43+
44+
5. **Download Packages Manually (Optional)**: As a workaround, you can manually download the required Telerik NuGet packages and add them as a local source in Visual Studio. Detailed steps for manual download are provided in the [Manually Download NuGet Packages](https://docs.telerik.com/devtools/document-processing/getting-started/installation/install-nuget-packages#manually-download-nuget-packages) section.
45+
46+
## See Also
47+
48+
- [Available NuGet Packages]({%slug available-nuget-packages%})
49+
- [Install Using NuGet Packages]({%slug installation-nuget-packages%})
50+
- [Restoring NuGet Packages in Your CI Workflow]({%slug using-nuget-keys%})
51+
- [Troubleshooting Telerik NuGet]({%slug troubleshooting-telerik-nuget%})
52+
53+
---
15 KB
Loading
22.8 KB
Loading
29.9 KB
Loading

0 commit comments

Comments
 (0)