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

Seeing the Trial Message After Upgrading to Licensed Version of Telerik UI for WPF

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 and then replace the assembly references manually, or you can use nuget packages.

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.

In this article