Skip to content

Commit d7a3996

Browse files
github-actions[bot]KB Bot
andauthored
Added new kb article licensing-restore-telerik-controls-visual-studio-toolbox (#661)
Co-authored-by: KB Bot <[email protected]>
1 parent 5df663b commit d7a3996

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Unable to place Telerik controls in Visual Studio toolbox after 2025 Q1
3+
description: This article provides a workaround for when Telerik controls do not appear in the Visual Studio toolbox following the installation of Telerik UI for ASP.NET AJAX.
4+
type: troubleshooting
5+
page_title: How to Restore Telerik Controls in Visual Studio Toolbox Post Installation
6+
slug: licensing-restore-telerik-controls-visual-studio-toolbox
7+
tags: visual studio, toolbox, installation, controls, dll, workaround
8+
res_type: kb
9+
ticketid: 1679086
10+
---
11+
12+
## Environment
13+
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td>Product</td>
18+
<td>Progress® Telerik® UI for ASP.NET AJAX</td>
19+
</tr>
20+
<tr>
21+
<td>Version</td>
22+
<td>2025.1.211</td>
23+
</tr>
24+
</tbody>
25+
</table>
26+
27+
## Description
28+
29+
After installing the 2025 Q1 release of Telerik UI for ASP.NET AJAX, the Telerik controls disappeared from the Visual Studio toolbox, making it impossible to place the Telerik controls again.
30+
31+
## Cause
32+
33+
The issue is due to the 2025 Q1 MSI installer not placing the `Telerik.Licensing.Runtime.dll` (which is now referenced by the `Telerik.Web.UI.dll` assembly) in the Bin folder. This omission prevents the Toolbox from recognizing the controls.
34+
35+
## Solution
36+
37+
To resolve the issue, manually copy the `Telerik.Licensing.Runtime.dll` into the same directory as the `Telerik.Web.UI.dll`. For example, copy it to `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX 2025 Q1\Bin462\`. After copying the DLL, re-add the controls to the Visual Studio Toolbox. This manual workaround has been confirmed by several users to resolve the problem.
38+
39+
A fix is currently in progress, and a hotfix release is targeted for the near future, which should eliminate the need for this manual step.
40+
41+
For more details on this issue, see the bug report: [AJAX Visual Studio extensions don't add Telerik references when creating or upgrading projects](https://feedback.telerik.com/aspnet-ajax/1678809-ajax-visual-studio-extensions-don-t-add-telerik-references-when-creating-or-upgrading-projects).
42+
43+
## See Also
44+
45+
- [Telerik UI for ASP.NET AJAX Documentation](https://docs.telerik.com/devtools/aspnet-ajax/introduction)
46+
- [How to Manually Add Telerik Controls to the Visual Studio Toolbox](https://docs.telerik.com/devtools/aspnet-ajax/general-information/adding-the-telerik-controls-to-the-visual-studio-toolbox)
47+
- [Troubleshooting Telerik UI for ASP.NET AJAX Installation](https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-controls/troubleshooting-installation)
48+

0 commit comments

Comments
 (0)