Skip to content

Commit ef7f789

Browse files
author
Marin Bratanov
committed
improve trial message removal
1 parent 08d9c4a commit ef7f789

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,21 @@ Sometimes the .NET Framework caches the old Telerik.Web.UI.dll and therefore the
116116

117117
### I Still Get the Copyright Message
118118

119-
The copyright message appears only when the Web Application/Web Site uses the trial version of Telerik.Web.UI.dll. The Developer versions of Telerik's controls do not throw copyright messages.
120119

121-
To remove the copyright message, make sure you have downloaded the proper, Developer "DLL and Scripts only" file. You will recognize it by the *Dev* abbreviation in the file name. You will find more details on determining which dlls are in use in this blog post.
120+
The copyright message appears only when the Web Application/Web Site uses the trial version of Telerik.Web.UI.dll:
121+
122+
>Thank you for using the Trial Version of Telerik UI for ASP.NET AJAX to build more powerful applications faster. [Purchase the Commercial Version now](http://www.telerik.com/purchase/individual/aspnet-ajax.aspx?utm_source=trial&utm_medium=web&utm_campaign=Ajax) to get access to all product updates and the Telerik expert support.
123+
124+
The Developer versions of the Telerik controls do not throw copyright messages.
125+
126+
**To remove the copyright message**
127+
128+
1. Make sure you have downloaded the proper, Developer "DLL and Scripts only" file from your account. You will recognize it by the *Dev* abbreviation in the file name (see **Figure 1-2**).
129+
130+
1. [Upgrade your project manually](#manual-upgrade) to ensure the correct assemblies are referenced.
131+
132+
You can see how the file information of a trial version of the Telerik.Web.UI.dll assembly in **Figure 1**. Alternatively, you can see the same information by double-clicking the assembly in Visual Studio and exploring its properties as shown in **Figure 2**.
122133

123-
You can see how the file information of a trial version of the Telerik.Web.UI.dll assembly in **Figure 1**. Alternatively, you can see the same information by double-clicking the assembly in VS and exploring its properties as shown in **Figure 2**.
124134
>caption Figure 1: The Properties dialog of a trial Telerik.Web.UI.dll file shows a "Trial Version" text.
125135
![trial-version-file-properties](images/trial-version-file-properties.png)
126136

licensing/trial-license-limitations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ The free trial licenses of all Telerik products are **fully functional** and wil
2828

2929
The trial licenses will occasionally display the following message on your webform:
3030

31-
Telerik UI for ASP.NET AJAXtrial version. Copyright Telerik © 2002-2012. To remove this message, please, [purchase a developer version](http://www.telerik.com/purchase.aspx).
31+
>Thank you for using the Trial Version of Telerik UI for ASP.NET AJAX to build more powerful applications faster. [Purchase the Commercial Version now](http://www.telerik.com/purchase/individual/aspnet-ajax.aspx?utm_source=trial&utm_medium=web&utm_campaign=Ajax) to get access to all product updates and the Telerik expert support.
32+
3233

3334
## See Also
3435

0 commit comments

Comments
 (0)