Skip to content

Commit 93b817c

Browse files
authored
Merge pull request #692 from telerik/DinkoK-patch-18
Update adding-radcontrols-to-visual-studio-toolbox.md
2 parents abbfbd2 + 972cd3d commit 93b817c

File tree

1 file changed

+14
-101
lines changed

1 file changed

+14
-101
lines changed
Lines changed: 14 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adding RadControls to Visual Studio Toolbox in .NET Framework Projects
33
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.
55
slug: winforms/installation-deployment-and-distribution/adding-radcontrols-to-visual-studio-toolbox
66
tags: adding,radcontrols,to,visual,studio,toolbox,net framework
77
published: True
@@ -11,15 +11,15 @@ previous_url: installation-deployment-and-distribution-adding-radcontrols-to-vis
1111

1212
# Adding RadControls to Visual Studio Toolbox in .NET Framework Projects
1313

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.
1515

1616
>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%}).
1717
1818
## Using the Visual Studio menus
1919

20-
1. Run Visual Studio 2005/2008/2010/2012/2013/2015/2017/2019/2022.
20+
1. Run Visual Studio.
2121

22-
1. Open any windows forms project/solution.
22+
1. Open any Windows forms project/solution.
2323

2424
1. Expand the Toolbox.
2525

@@ -36,108 +36,21 @@ Telerik UI for WinForms are automatically added to Visual Studio 2005/2008/2010/
3636

3737
## Using the drag-drop approach
3838

39-
1. Run Visual Studio 2005/2008/2010/2012/2013/2015/2017.
39+
1. Run Visual Studio.
4040

41-
1. Open any windows forms project/solution.
41+
1. Open any Windows Forms project/solution.
4242

4343
1. Expand the Toolbox.
4444

4545
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__".
4646

4747

48-
1. Open a Windows Explorer and locate the Telerik assemblies folder.  
48+
1. Open Windows Explorer and locate the Telerik assemblies folder.  
4949

5050
>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).
5151
52-
1. Select the following assemblies and drag-drop them to the empty space in the newly created tab in Visual Studio:
53-
54-
* Telerik.WinControls.SpellChecker.dll
55-
56-
* Telerik.WinControls.dll
57-
58-
* Telerik.WinControls.GridView.dll
59-
60-
* Telerik.WinControls.RadChart.dll
61-
62-
* Telerik.WinControls.RadDiagram.dll
63-
64-
* Telerik.WinControls.RadDock.dll
65-
66-
* Telerik.WinControls.RadMarkupEditor.dll
67-
68-
* Telerik.WinControls.Scheduler.dll
69-
70-
* Telerik.WinControls.Themes.Aqua.dll
71-
72-
* Telerik.WinControls.Themes.Breeze.dll
73-
74-
* Telerik.WinControls.Themes.Desert.dll
75-
76-
* Telerik.WinControls.Themes.HighContrastBlack.dll
77-
78-
* Telerik.WinControls.Themes.Office2007Black.dll
79-
80-
* Telerik.WinControls.Themes.Office2007Silver.dll
81-
82-
* Telerik.WinControls.Themes.Office2010Black.dll
83-
84-
* Telerik.WinControls.Themes.Office2010Blue.dll
85-
86-
* Telerik.WinControls.Themes.Office2010Silver.dll
87-
88-
* Telerik.WinControls.Themes.TelerikMetro.dll
89-
90-
* Telerik.WinControls.Themes.Windows7.dll
91-
92-
* Telerik.WinControls.UI.dll
93-
94-
* Telerik.WinControls.ChartView.dll
95-
96-
* Telerik.WinControls.Themes.Office2013Dark.dll
97-
98-
* Telerik.WinControls.Themes.Office2013Light.dll
99-
100-
* Telerik.WinControls.Themes.TelerikMetroBlue.dll
101-
102-
* Telerik.WinControls.Themes.TelerikMetroTouch.dll
103-
104-
* Telerik.WinControls.Themes.Material.dll
105-
106-
* Telerik.WinControls.Themes.MaterialPink.dll
107-
108-
* Telerik.WinControls.Themes.MaterialBlueGrey.dll
109-
110-
* Telerik.WinControls.Themes.MaterialTeal.dll
111-
112-
* Telerik.WinControls.Themes.VisualStudio2012Dark.dll
113-
114-
* Telerik.WinControls.Themes.VisualStudio2012Light.dll
115-
116-
* Telerik.WinControls.Themes.Windows8.dll
117-
118-
* Telerik.WinControls.Themes.Fluent.dll
119-
120-
* Telerik.WinControls.Themes.FluentDark.dll
121-
122-
* Telerik.WinControls.Themes.Crystal.dll
123-
124-
* Telerik.WinControls.Themes.CrystalDark.dll
125-
126-
* Telerik.WinControls.PdfViewer.dll
127-
128-
* Telerik.WinControls.PivotGrid.dll
129-
130-
* Telerik.WinControls.RichTextEditor.dll
131-
132-
* Telerik.WinControls.RadMap.dll
133-
134-
* Telerik.WinControls.RadSpreadsheet.dll
135-
136-
* Telerik.WinControls.SyntaxEditor.dll
137-
138-
* Telerik.WinControls.Themes.VisualStudio2022.dll
139-
140-
52+
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+
14154
>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.
14255
14356
## Troubleshooting
@@ -146,15 +59,15 @@ __Telerik assemblies do not appear in Visual Studio's Add reference dialog__
14659

14760
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.
14861

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__
15063

15164
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:
15265

15366
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\Telerik UI for WinForms Q1 2014]@="C:\Program Files\Telerik\UI for WinForms\Q1 2014\bin\"
15467

15568
Change this according to your installation and version specifics. Restart Visual Studio .NET after you have added the key.
15669

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. 
15871
15972
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)
16073

@@ -176,8 +89,8 @@ Below are the different kinds of occurrences and their possible fixes:
17689

17790
* Right-click the Toolbox inside Visual Studio and click Reset
17891

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.
18093

181-
# See Also
94+
## See Also
18295

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

Comments
 (0)