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

How to Upgrade Trial to Licensed Version

Environment

Product Version Product Author
2023.2.718 UI for WinForms Desislava Yordanova

Description

This tutorial explains in details how to upgrade your Telerik Trial to a Licensed version.

Let's start with having a trial version installed on your machine and a project that uses the trial version:

Access to the Trial installation file from your Telerik account

upgrade-trial-to-licensed-version 001

If you expand the References in the Solution Explorer in Visual Studio, you will see the trial assemblies are added to the project:

Trial Assemblies referred in the project

upgrade-trial-to-licensed-version 002

Solution

Once you purchase a Telerik license, you will have access to the Purchase License Type in your Telerik account:

upgrade-trial-to-licensed-version 003

1. Download the .msi file for the Purchase version.

2. Uninstall the already installed Trial version:

upgrade-trial-to-licensed-version 004

3. Install the downloaded .msi file in step 1.

4. Update the references in your project with the assemblies from the latest installation.

5. Delete the license.licx file.

6. Rebuild your project, close Visual Studio and open it again to make sure that no references are kept in the memory by Visual Studio.

7. Ensure that no old versions are available in GAC:

See Also

In this article