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
# Adding RadControls to Visual Studio Toolbox in .NET Framework Projects
13
13
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.
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
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
@@ -45,99 +45,12 @@ Telerik UI for WinForms are automatically added to Visual Studio 2019/2022 Toolb
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
@@ -178,6 +91,6 @@ Below are the different kinds of occurrences and their possible fixes:
178
91
179
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 2010, followed by a clean install of the IDE and the suite.
180
93
181
-
# See Also
94
+
##See Also
182
95
183
96
*[How to Deal with Multiplied Controls in Toolbox]({%slug multiplied-controls-in-toolbox%})
0 commit comments