Skip to content

Commit 5402bf4

Browse files
authored
Update adding-radcontrols-to-visual-studio-toolbox.md
1 parent 71f2c67 commit 5402bf4

File tree

1 file changed

+6
-93
lines changed

1 file changed

+6
-93
lines changed

visual-studio-integration/adding-radcontrols-to-visual-studio-toolbox.md

+6-93
Original file line numberDiff line numberDiff line change
@@ -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 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

2020
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

@@ -45,99 +45,12 @@ Telerik UI for WinForms are automatically added to Visual Studio 2019/2022 Toolb
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
@@ -178,6 +91,6 @@ Below are the different kinds of occurrences and their possible fixes:
17891

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

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

18396
* [How to Deal with Multiplied Controls in Toolbox]({%slug multiplied-controls-in-toolbox%})

0 commit comments

Comments
 (0)