* Update how-to-remove-trial-message.md

* Upgrade the article with detailed steps and screenshots

* Update how-to-remove-trial-message.md

---------

Co-authored-by: Todor Arabadzhiev <todor.arabadzhiev@progress.com>
This commit is contained in:
Dess 2024-11-01 15:04:41 +02:00 коммит произвёл GitHub
Родитель 1a4e99b84a
Коммит 623000e1bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
10 изменённых файлов: 50 добавлений и 5 удалений

Просмотреть файл

@ -1,10 +1,10 @@
---
title: Removing Trial Message
description: This article explains how to remove the trial message after the license is purchased
title: How to Upgrade Trial to Licensed Version
description: This tutorial explains in detail how to upgrade your Telerik trial to a licensed version of Telerik Reporting
type: how-to
page_title: How to Remove the Trial Message After the License is Purchased
slug: how-to-remove-trial-message
tags: how-to-remove-trial-message
tags: trial, message, license, report, reporting
ticketid: 1459034
res_type: kb
---
@ -20,10 +20,55 @@ res_type: kb
</tbody>
</table>
## Description
This tutorial explains in detail how to upgrade your Telerik [Trial]({%slug telerikreporting/licensing%}) to a Licensed version of [Telerik Reporting](https://www.telerik.com/account/product-download?product=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](images/downloads-section-trial-license.png)
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](images/report-trial-message.png)
## Solution
After purchasing the Developer license, you need to download the Telerik Reporting DEV installer from your [Telerik account -> Downloads](https://www.telerik.com/account/product-download?product=REPORTING). Refer to the Documentation article - [How to download Telerik Reporting installer]({%slug telerikreporting/installation%}#msi-installation) for instructions. Select `Purchase` from the `Licence` dropdown menu and you will be able to download the developers `.msi` file.
Once you purchase a Telerik license, you will have access to the **Purchase License** Type in your Telerik account:
The installer will replace the trial version with the developer's one.
![Downloads License Version](images/downloads-section-purchase-license.png)
## Upgrade the Trial Assemblies
1. Download the DEV .msi file for the Purchase version: [How to download Telerik Reporting installer]({%slug telerikreporting/installation%}#msi-installation).
1. Uninstall the already installed Trial version, e.g. from the Windows Control Panel >> Programs and Features.
1. Install the downloaded .msi file in step 1.
1. 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](images/remove-assembly.png)
1. Then, add the licensed ones:
![Add Assembly](images/add-assembly.png)
Right-clicking on the assembly to show its Properties allows you to check if it is a **TRIAL** assembly:
![Trial Assembly](images/trial-assembly.png)
1. 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]({%slug telerikreporting/licensing%}#upgrading-from-trial-to-developer) 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](images/open-nuget-package-manager.png)
1. Uninstall any Trial Telerik NuGet packages:
![Uninstall Trial Package](images/uninstall-trial-package.png)
1. Install the respective Purchase version of the NuGet packages, without the word "Trial" in its name:
![Install Licensed Package](images/install-dev-package.png)

Двоичные данные
knowledge-base/images/add-assembly.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 18 KiB

Двоичные данные
knowledge-base/images/downloads-section-purchase-license.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 58 KiB

Двоичные данные
knowledge-base/images/downloads-section-trial-license.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 72 KiB

Двоичные данные
knowledge-base/images/install-dev-package.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 208 KiB

Двоичные данные
knowledge-base/images/open-nuget-package-manager.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 18 KiB

Двоичные данные
knowledge-base/images/remove-assembly.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 19 KiB

Двоичные данные
knowledge-base/images/report-trial-message.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 32 KiB

Двоичные данные
knowledge-base/images/trial-assembly.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 18 KiB

Двоичные данные
knowledge-base/images/uninstall-trial-package.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 189 KiB