New to Telerik UI for WinForms? Download free 30-day trial

Install using NuGet Packages

This article describes how you can install the WinForms suite using a NuGet package. There are two ways for getting the NuGet packages:

The NuGet packages for Telerik UI for WinForms are created with a newer version of nuget.exe since R1 2018. If Visual Studio 2012 is used and the version of NuGet Package Manager is below 2.8, it won`t be able to install the NuGet packages. The possible solution is to update the version of NuGet Package Manager following these steps: 1. Open Visual Studio 2012 2. Tools >> Extensions and Updates 3. Updates >> Visual Studio gallery 4. NuGet Package Manager >> Update

Manually Download NuGet Packages

  1. First you need to log in using your licensed account. This way you will be able to download the packages:

    installation-deployment-and-distribution-install-using-nuget 001

    The following article shows where you can find the downloads section Download Product Files

  2. Then you need to add packages to Visual Studio. Open the NuGet manager and then click the options button:

    installation-deployment-and-distribution-install-using-nuget 002

  3. Add new package source. The Source should point to the folder with the NuGets:

    installation-deployment-and-distribution-install-using-nuget 003

  4. The final step is to select and install the desired packages. Please note that there are several versions, corresponding to the target framework used in the project, one for .NET 4.0, one for 4.8, one for .NET 6.0 or newer.

    installation-deployment-and-distribution-install-using-nuget 00

Download from the NuGet server

You need to add the Telerik package server (https://nuget.telerik.com/v3/index.json) to the package sources in visual studio.

The old https://nuget.telerik.com/nuget server will be deprecated and we encourage our clients to switch to the v3 API. The new v3 API is faster, lighter, and reduces the number of requests from NuGet clients.

  1. First open the Options window:

    installation-deployment-and-distribution-install-using-nuget 002

  2. Add new source and add the server to the Source field:

    installation-deployment-and-distribution-install-using-nuget 004

  3. When the Package Source is selected you will be prompted for a user name and a password. Use the credentials for your Telerik Account:

    installation-deployment-and-distribution-install-using-nuget 005

  4. Then you can just select and install the desired NuGet packages.

    installation-deployment-and-distribution-install-using-nuget 006

It is necessary to choose this Nuget package which corresponds to the respective target framework selected in your project:

installation-deployment-and-distribution-install-using-nuget 007

See Also

In this article