Skip to content

Commit 7424e6e

Browse files
committed
Polish the AI generated content
1 parent b3fc927 commit 7424e6e

File tree

5 files changed

+27
-16
lines changed

5 files changed

+27
-16
lines changed

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

knowledge-base/handle-no-nuget-packages-found-message.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,45 @@ res_type: kb
99
ticketid: 1672286
1010
---
1111

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+
1218
## Description
1319

14-
When adding the Telerik NuGet source (https://nuget.telerik.com/v3/index.json) to a .NET 8 (WebApi) project in Visual Studio 2022, the expected Telerik NuGet packages do not appear in the Manage NuGet Packages window, even after entering the correct credentials. This knowledge base article also answers the following questions:
15-
- How can I ensure Telerik NuGet packages are visible in Visual Studio 2022?
16-
- What steps should I take if Telerik NuGet packages do not appear after adding the Telerik source?
17-
- How do I troubleshoot issues with adding Telerik NuGet packages to a .NET 8 project?
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.
1823
1924
## Solution
2025

21-
To resolve the issue of Telerik NuGet packages not appearing in Visual Studio 2022 for a .NET 8 project, follow these steps:
26+
To resolve the issue of Telerik NuGet packages not appearing in Visual Studio, follow these steps:
2227

23-
1. **Add Telerik NuGet Source Correctly**: Make sure the Telerik NuGet source is added correctly to Visual Studio 2022. The correct source URL is `https://nuget.telerik.com/v3/index.json`. Refer to the [official Telerik documentation](https://docs.telerik.com/devtools/document-processing/getting-started/installation/nuget-packages) for detailed instructions.
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.
2429

25-
2. **Enter Correct Credentials**: When prompted, enter the correct Telerik account credentials. Ensure you are using an account with an active subscription or trial.
30+
![NuGet server Authentication](images/telerik-nuget-server.png)
2631

27-
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.
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.
2833

29-
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](https://docs.telerik.com/devtools/document-processing/troubleshooting/telerik-nuget#issue-resetting-telerik-nuget-credentials) guide.
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.
3035

31-
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.
36+
![NuGet server Authentication](images/nuget-server-authentication.png)
3237

33-
Ensure you follow these steps to add Telerik NuGet packages to your .NET 8 project successfully.
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.
3445

3546
## See Also
3647

37-
- [Available NuGet Packages](https://docs.telerik.com/devtools/document-processing/getting-started/installation/nuget-packages)
38-
- [Install Using NuGet Packages](https://docs.telerik.com/devtools/document-processing/getting-started/installation/install-nuget-packages)
39-
- [Restoring NuGet Packages in Your CI Workflow](https://docs.telerik.com/devtools/document-processing/getting-started/installation/nuget-keys)
40-
- [Troubleshooting Telerik NuGet](https://docs.telerik.com/devtools/document-processing/troubleshooting/telerik-nuget)
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%})
4152

4253
---
15 KB
Loading
22.8 KB
Loading
29.9 KB
Loading

0 commit comments

Comments
 (0)