You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Adding RadControls to Visual Studio Toolbox in .NET Framework Projects
3
3
page_title: Adding RadControls to Visual Studio Toolbox
4
-
description: Telerik UI for WinForms are automatically added to Visual Studio Toolbox during installation. But there are also two ways to manually do that.
4
+
description: Telerik UI for WinForms is automatically added to the Visual Studio Toolbox during installation. But there are also two ways to manually do that.
# Adding RadControls to Visual Studio Toolbox in .NET Framework Projects
13
13
14
-
Telerik UI for WinForms are automatically added to Visual Studio 2005/2008/2010/2012/2013/2015/2017/2019/2022 Toolbox [during installation]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}). If however they do not appear in the toolbox after the installation, you can do this manually. There are two ways to manually add Telerik UI for WinForms to the Toolbox in your Visual Studio.
14
+
Telerik UI for WinForms are automatically added to Visual Studio 2019/2022 Toolbox [during installation]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}). If, however, they do not appear in the toolbox after the installation, you can do this manually. There are two ways to manually add Telerik UI for WinForms to the Toolbox in your Visual Studio.
15
15
16
16
>caution This article is relevant when using .NET Framework. For .NET Core or newer versions, please refer to [NET Core Toolbox Version]({%slug core-toolbox-version%}).
17
17
18
18
## Using the Visual Studio menus
19
19
20
-
1. Run Visual Studio 2005/2008/2010/2012/2013/2015/2017/2019/2022.
20
+
1. Run Visual Studio.
21
21
22
-
1. Open any windows forms project/solution.
22
+
1. Open any Windows forms project/solution.
23
23
24
24
1. Expand the Toolbox.
25
25
@@ -36,108 +36,21 @@ Telerik UI for WinForms are automatically added to Visual Studio 2005/2008/2010/
36
36
37
37
## Using the drag-drop approach
38
38
39
-
1. Run Visual Studio 2005/2008/2010/2012/2013/2015/2017.
39
+
1. Run Visual Studio.
40
40
41
-
1. Open any windows forms project/solution.
41
+
1. Open any Windows Forms project/solution.
42
42
43
43
1. Expand the Toolbox.
44
44
45
45
1. Right-click the Toolbox in the empty area underneath and choose __Add Tab__ to create a new tab. Name the tab "__Telerik UI for WinForms__".
46
46
47
47
48
-
1. Open a Windows Explorer and locate the Telerik assemblies folder.
48
+
1. Open Windows Explorer and locate the Telerik assemblies folder.
49
49
50
50
>tip If you have installed the controls with the default settings then it would be this directory: 'C:\Program Files\Telerik\UI for WinForms\Version\Bin' or 'C:\Program Files (x86)\Progress\Telerik UI for WinForms R2 2019'. For the .NET2.0 version the assemblies are in the 'Bin' folder, for the .NET4.0 version the assemblies are in the 'Bin40' folder (note that currently RadRichTextEditor and RadSpellChecker are only available in the .NET4.0 version).
51
51
52
-
1. Select the following assemblies and drag-drop them to the empty space in the newly created tab in Visual Studio:
1. Select the assemblies located in the install folder (C:\Program Files (x86)\Progress\Telerik UI for WinForms {version number}) and drag-drop them to the empty space in the newly created tab in Visual Studio.
53
+
141
54
>Resetting the toolbox through the __Reset__ context command will remove the tools from the toolbox. If you need to reset the toolbox, just add the controls as described above.
142
55
143
56
## Troubleshooting
@@ -146,15 +59,15 @@ __Telerik assemblies do not appear in Visual Studio's Add reference dialog__
146
59
147
60
Make sure that the Telerik WinForms controls are added in the Global Assembly Cache (GAC) as described in the [Add/Remove RadControls to the Global Assembly Cache (GAC)]({%slug winforms/installation-deployment-and-distribution/application-deploymentadd-remove-radcontrols-to-the-global-assembly-cache-(gac)%}) topic.
148
61
149
-
__Telerik assemblies do not appear in Visual Studio's Add reference dialog although they are added in the GAC__
62
+
__Telerik assemblies do not appear in Visual Studio's Add reference dialog, although they are added in the GAC__
150
63
151
64
To display your assembly in the __Add Reference__ dialog box, you can add a registry key, such as the following, which points to the location of the assembly:
152
65
153
66
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Telerik UI for WinForms Q1 2014]@="C:\Program Files\Telerik\UI for WinForms\Q1 2014\bin\"
154
67
155
68
Change this according to your installation and version specifics. Restart Visual Studio .NET after you have added the key.
156
69
157
-
> note You can create the this registry entry under the __HKEY_LOCAL_MACHINE__ hive. This will change the setting for all of the users on the system. If you create this registry entry under __HKEY_CURRENT_USER__, this entry will affect the setting for only the current user.
70
+
> note You can create this registry entry under the __HKEY_LOCAL_MACHINE__ hive. This will change the setting for all of the users on the system. If you create this registry entry under __HKEY_CURRENT_USER__, this entry will affect the setting for only the current user.
158
71
159
72
More information about this topic you could find in Microsoft Support Center: [How to display an assembly in the "Add Reference" dialog box](http://support.microsoft.com/?kbid=306149)
160
73
@@ -176,8 +89,8 @@ Below are the different kinds of occurrences and their possible fixes:
176
89
177
90
* Right-click the Toolbox inside Visual Studio and click Reset
178
91
179
-
* Multiple entries per control, number increasing with each start of the IDE: this is the worst scenario we have come across. All the registry entries and files on the customer machine seemed fine in this case. The only fix we were able to apply was a complete uninstall of Telerik UI for WinForms and Visual Studio 2010, followed by a clean install of the IDE and the suite.
92
+
* Multiple entries per control, number increasing with each start of the IDE: this is the worst scenario we have come across. All the registry entries and files on the customer machine seemed fine in this case. The only fix we were able to apply was a complete uninstall of Telerik UI for WinForms and Visual Studio 2022, followed by a clean install of the IDE and the suite.
180
93
181
-
# See Also
94
+
##See Also
182
95
183
-
*[How to Deal with Multiplied Controls in Toolbox]({%slug multiplied-controls-in-toolbox%})
96
+
*[How to Deal with Multiplied Controls in Toolbox]({%slug multiplied-controls-in-toolbox%})
0 commit comments