New to Telerik Reporting? Download free 30-day trial

How to Upgrade Trial to Licensed Version

Environment

Product Progress® Telerik® Reporting

Description

This tutorial explains in detail how to upgrade your Telerik Trial to a Licensed version of Telerik Reporting.

Let's start with having a trial version installed on your machine and a project that uses the trial version. Access to the Trial version of product files in the Downloads section of your Telerik account:

Downloads Trial

The difference between the developer and trial versions of the assemblies/ NuGet packages is that the trial version adds a copyright message to the produced reports:

Report Trial Message

Solution

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

Downloads License Version

Upgrade the Trial Assemblies

  1. Download the DEV .msi file for the Purchase version: How to download Telerik Reporting installer.
  2. Uninstall the already installed Trial version, e.g. from the Windows Control Panel >> Programs and Features.
  3. Install the downloaded .msi file in step 1.
  4. Update the references in your project with the assemblies from the licensed installation. It is necessary to delete the old trial assemblies first:

    Remove Assembly

  5. Then, add the licensed ones:

    Add Assembly

    Right-clicking on the assembly to show its Properties allows you to check if it is a TRIAL assembly:

    Trial Assembly

  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.

For additional details, you may also check the Upgrading Trial to Purchase article section.

Upgrade the Trial NuGet packages

  1. Open the NuGet Package Manager, e.g. select the Manage NuGet Packages... option

    Open NuGet Package Manager

  2. Uninstall any Trial Telerik NuGet packages:

    Uninstall Trial Package

  3. Install the respective Purchase version of the NuGet packages, without the word "Trial" in its name:

    Install Licensed Package

In this article