|
1 |
| ---- |
2 |
| -title: Adding the Telerik Controls to the Visual Studio Toolbox |
3 |
| -page_title: Adding the Telerik Controls to the Visual Studio Toolbox |
4 |
| -description: Check our Web Forms article about Adding the Telerik Controls to the Visual Studio Toolbox. |
5 |
| -slug: introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/adding-the-telerik-controls-to-the-visual-studio-toolbox |
6 |
| -tags: adding,the,telerik,controls,to,the,visual,studio,toolbox |
7 |
| -published: True |
8 |
| -position: 0 |
9 |
| ---- |
10 |
| - |
11 |
| -# Adding the Telerik Controls to the Visual Studio Toolbox |
12 |
| - |
13 |
| -Telerik UI for ASP.NET controls are added automatically to the Visual Studio Toolbox during [MSI installation](https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-telerik-controls-from-msi-file). |
14 |
| - |
15 |
| -If you'd like to add the controls to your project (aspx, ascx, masterpage, etc.) see [Add the Controls to Your Project]({%slug getting-started/adding-the-telerik-controls-to-your-project%}) as well as the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) articles. |
16 |
| - |
17 |
| -The easiest way to setup the Telerik controls in your toolbox is to use the [Telerik Toolbox Configuration Wizard]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/visual-studio-extensions/toolbox-configuration%}), part of the [Progress Telerik UI for ASP.NET AJAX VS Extension |
18 |
| -](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETAJAXVSExtensions). |
19 |
| - |
20 |
| -If you are installing Telerik UI for ASP.NET AJAX from a [ZIP distribution]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%}), however, you can do this manually by following the steps below: |
21 |
| - |
22 |
| -1. Log into [your account](https://www.telerik.com/account/product-download?product=RCAJAX) and download the Telerik_UI_for_ASP.NET_AJAX_20xx_x_xxx_Dev_hotfix.zip hotfix zip installation |
23 |
| - |
24 |
| -1. Open your application in Visual Studio. |
25 |
| - |
26 |
| -1. Expand the Toolbox. |
27 |
| - |
28 |
| -1. Expand the **General** section. Alternatively, you can create a new section by selecting the **Add Tab** option from the context menu (right click anywhere in the toolbox). When the new tab is added you can choose its name (e.g. Telerik UI for ASP.NET AJAX YYYY QX). |
29 |
| - |
30 |
| -1. Right-click in the **General** section (or the new one you just created) and open **Choose Items**. |
31 |
| - |
32 |
| - |
33 |
| -1. On the **.NET Framework Components** tab, click **Browse**. |
34 |
| - |
35 |
| -1. Browse to the installation folder, open the **Bin462** folder and select the **Telerik.Web.UI.dll**. |
36 |
| - |
37 |
| - * If the Windows Installer MSI Package was used to install Telerik UI for ASP.NET AJAX, the **Bin462** folder is located in **C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX YYYY QX\Bin462**. If this folder is missing, download the hotfix installation and obtain the Telerik.Web.UI.dll assembly from it as instructed in point 1 in the above list. |
38 |
| - |
39 |
| - * If the ZIP was used to install the Telerik controls, the **Bin462** folder is located in the folder where the installation files have been unzipped. |
40 |
| - |
41 |
| - >note If you want to add Telerik controls for .NET 3.5, .NET 4.0 or .NET 4.5 web project you should select the Telerik.Web.UI.dll from the **C:\Program Files (x86)\Progress\UI for ASP.NET AJAX RX YYYY\Bin35** or **~/Bin40** or **~/Bin45** folder. Note that Bin35 and Bin40 folders are [distributed until R1 2023 SP1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r1-2023-sp1-(version-2023-1-314) and Bin45 is [distributed until 2024 Q1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-2024-q1-(version-2024-1-131)). |
42 |
| - |
43 |
| -## Troubleshooting |
44 |
| - |
45 |
| -If the controls do not appear in the ToolBox, please make sure that the project is of type ASP.NET Web Forms site or application. |
46 |
| - |
47 |
| -You can find more information in the [Design-time Troubleshooting]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/troubleshooting/design-time-troubleshooting%}) section. |
48 |
| - |
49 |
| -## See Also |
50 |
| - * [Add the Controls to Your Project](https://docs.telerik.com/devtools/aspnet-ajax/getting-started/adding-the-telerik-controls-to-your-project). |
| 1 | +--- |
| 2 | +title: Adding the Telerik Controls to the Visual Studio Toolbox |
| 3 | +page_title: Adding the Telerik Controls to the Visual Studio Toolbox |
| 4 | +description: Check our Web Forms article about Adding the Telerik Controls to the Visual Studio Toolbox. |
| 5 | +slug: introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/adding-the-telerik-controls-to-the-visual-studio-toolbox |
| 6 | +tags: adding,the,telerik,controls,to,the,visual,studio,toolbox |
| 7 | +published: True |
| 8 | +position: 0 |
| 9 | +--- |
| 10 | + |
| 11 | +# Adding the Telerik Controls to the Visual Studio Toolbox |
| 12 | + |
| 13 | +Telerik UI for ASP.NET controls are added automatically to the Visual Studio Toolbox during [MSI installation](slug://introduction/installation/installing-the-telerik-controls-from-msi-file). |
| 14 | + |
| 15 | +If you'd like to add the controls to your project (aspx, ascx, masterpage, etc.) see [Add the Controls to Your Project]({%slug getting-started/adding-the-telerik-controls-to-your-project%}) as well as the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) articles. |
| 16 | + |
| 17 | +The easiest way to setup the Telerik controls in your toolbox is to use the [Telerik Toolbox Configuration Wizard]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/visual-studio-extensions/toolbox-configuration%}), part of the [Progress Telerik UI for ASP.NET AJAX VS Extension |
| 18 | +](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETAJAXVSExtensions). |
| 19 | + |
| 20 | +If you are installing Telerik UI for ASP.NET AJAX from a [ZIP distribution]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%}), however, you can do this manually by following the steps below: |
| 21 | + |
| 22 | +1. Log into [your account](https://www.telerik.com/account/product-download?product=RCAJAX) and download the Telerik_UI_for_ASP.NET_AJAX_20xx_x_xxx_Dev_hotfix.zip hotfix zip installation |
| 23 | + |
| 24 | +1. Open your application in Visual Studio. |
| 25 | + |
| 26 | +1. Expand the Toolbox. |
| 27 | + |
| 28 | +1. Expand the **General** section. Alternatively, you can create a new section by selecting the **Add Tab** option from the context menu (right click anywhere in the toolbox). When the new tab is added you can choose its name (e.g. Telerik UI for ASP.NET AJAX YYYY QX). |
| 29 | + |
| 30 | +1. Right-click in the **General** section (or the new one you just created) and open **Choose Items**. |
| 31 | + |
| 32 | + |
| 33 | +1. On the **.NET Framework Components** tab, click **Browse**. |
| 34 | + |
| 35 | +1. Browse to the installation folder, open the **Bin462** folder and select the **Telerik.Web.UI.dll**. |
| 36 | + |
| 37 | + * If the Windows Installer MSI Package was used to install Telerik UI for ASP.NET AJAX, the **Bin462** folder is located in **C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX YYYY QX\Bin462**. If this folder is missing, download the hotfix installation and obtain the Telerik.Web.UI.dll assembly from it as instructed in point 1 in the above list. |
| 38 | + |
| 39 | + * If the ZIP was used to install the Telerik controls, the **Bin462** folder is located in the folder where the installation files have been unzipped. |
| 40 | + |
| 41 | + >note If you want to add Telerik controls for .NET 3.5, .NET 4.0 or .NET 4.5 web project you should select the Telerik.Web.UI.dll from the **C:\Program Files (x86)\Progress\UI for ASP.NET AJAX RX YYYY\Bin35** or **~/Bin40** or **~/Bin45** folder. Note that Bin35 and Bin40 folders are [distributed until R1 2023 SP1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r1-2023-sp1-(version-2023-1-314) and Bin45 is [distributed until 2024 Q1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-2024-q1-(version-2024-1-131)). |
| 42 | + |
| 43 | +## Troubleshooting |
| 44 | + |
| 45 | +If the controls do not appear in the ToolBox, please make sure that the project is of type ASP.NET Web Forms site or application. |
| 46 | + |
| 47 | +You can find more information in the [Design-time Troubleshooting]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/troubleshooting/design-time-troubleshooting%}) section. |
| 48 | + |
| 49 | +## See Also |
| 50 | + * [Add the Controls to Your Project](https://docs.telerik.com/devtools/aspnet-ajax/getting-started/adding-the-telerik-controls-to-your-project). |
0 commit comments