Skip to content

Commit 46d2daf

Browse files
docs(nuget): troubleshooting steps
1 parent 8f077fd commit 46d2daf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

installation/nuget.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,31 @@ To use a `nuget.config` file for the Telerik feed, you need to:
9191

9292
@[template](/_contentTemplates/common/get-started.md#after-install)
9393

94+
## Troubleshooting
95+
96+
### I do not see the Telerik Packages
97+
98+
There are two common reasons for the Telerik packages to be missing in the Telerik Online Feed:
99+
100+
* There is a network issue. For example, a proxy, firewall or other similar software blocks requests to our server.
101+
102+
* Your license is tied to a different account than the one used for the feed credentials.
103+
104+
To check if this is a networking issue, open the following URL in your browser and enter your `telerik.com` credentials: <a href="https://nuget.telerik.com/nuget/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=%27Blazor%27&includePrerelease=true&$skip=0&$top=100&semVerLevel=2.0.0" target="_blank">https://nuget.telerik.com/nuget/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=%27Blazor%27&includePrerelease=true&$skip=0&$top=100&semVerLevel=2.0.0</a>. You should see an XML result with the list of packages you can access and you should see the `Telerik.UI.for.Blazor` package with the version appropriate to your license.
105+
106+
If you can access the feed in the browser, but you do not see the packages in Visual Studio, the most likely problem is wrong credentials that are not associated with a license.
107+
108+
Here is a sample process of removing stored credentials from Windows so you can re-add the correct ones:
109+
110+
1. Remove saved credentials in <a href="https://support.microsoft.com/en-us/help/4026814/windows-accessing-credential-manager" target="_blank">Windows Credential Manager</a>. They will appear as nuget.telerik.com and/or VSCredentials_nuget.telerik.com entries.
111+
2. Remove the Telerik Nuget package source from Visual Studio.
112+
3. If you have added the Telerik package source by nuget CLI, then try to remove it from the CLI.
113+
4. Check if there are any credentials stored in `%AppData%\NuGet\Nuget.Config` and if so you have to remove them.
114+
5. Try to reset Visual Studio user data. You can read how to do that <a href="https://stackoverflow.com/questions/43550797/how-to-force-nuget-to-ask-for-authentication-when-connecting-to-a-private-feed" target="_blank">here</a>.
115+
6. Restart Visual Studio.
116+
7. Enter the Telerik nuget package source again through Visual Studio or CLI. If you are using the feed in .NET Core application, [store your credentials as plain text](#store-credentials-in-clear-text-for-the-telerik-nuget-feed).
117+
118+
94119

95120
## See Also
96121

0 commit comments

Comments
 (0)