When using RadDropDownList control I get the following error:
Error 1 The type or namespace name 'RadDropDownList' does not exist in the namespace 'Telerik.Web.UI' (are you missing an assembly reference?)
This is a piece of the code:
The reference to the assembly is located at:
C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q1 2012\Bin40\Telerik.Web.UI.dll
Any suggestion? Thank you.
Error 1 The type or namespace name 'RadDropDownList' does not exist in the namespace 'Telerik.Web.UI' (are you missing an assembly reference?)
This is a piece of the code:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadDropDownList runat="server" ID="DropDownListCuadroMandos" TabIndex="1" Width="200" DropDownWidth="200" DefaultMessage="Select one ..." DataSourceID="SqlDataSource1" DataTextField="Descripcion" DataValueField="IdIndicador"> </telerik:RadDropDownList>The reference to the assembly is located at:
C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q1 2012\Bin40\Telerik.Web.UI.dll
Any suggestion? Thank you.