Skip to content

Files

Latest commit

Sep 12, 2023
66912ed · Sep 12, 2023

History

History
37 lines (30 loc) · 1.51 KB

kb-common-hide-trial-message.md

File metadata and controls

37 lines (30 loc) · 1.51 KB
title description page_title type slug position tags ticketid res_type
Seeing the Trial Message After Upgrading to Licensed Version of Telerik UI for WPF
Remove the trial message after upgrading to the paid version of Telerik UI for WPF.
Still Showing the Trial Message Box After Updating to Licensed Assemblies of UI for WPF
troubleshooting
kb-common-hide-trial-message
0
trial, message, upgrade, dll
1495519
kb

Environment

Product Version 2013.2.718
Product UI for WPF

Description

After upgrading to the licensed version of Telerik UI for WPF, the trial message is still displayed.

UI for WPF Trial Version Message

Solution

The trial version message is displayed only if the project references the trial version of the Telerik assemblies. To hide the message you will need to replace the assemblies with the licensed version. To do so, you can use one of the installation approaches provided by Telerik. For example, you can install the Telerik dlls with the [.msi installer]({%slug installation-installing-from-msi-wpf%}) and then replace the assembly references manually, or you can [use nuget packages]({%slug nuget-installation%}).

In some cases, Visual Studio may cache the trial dlls and use them instead of the newly referenced ones. To avoid that, delete the bin and obj folders of the project, and then Clean, and Rebuild it.