You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: <ahref="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 <ahref="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 <ahref="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).
0 commit comments