This is a migrated thread and some comments may be shown as answers.

RadComboBox giving Error at runtime

1 Answer 80 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Deepak Jain
Top achievements
Rank 1
Deepak Jain asked on 06 Mar 2009, 01:07 PM
Hi,
    When I added 

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

 

in my project and then try to run the application i get following error.Could anyone please let me know ,is anything am i missing ?

Compiler Error Message: CS0012: The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error:

Line 1936:								                                             
Line 1937:								                                               <button id="btnPrevious" onclick="javascript:FooterButtonClickAction('PreviousPage');" class="submitBtn"><span><h4><</h4></span></button>
Line 1938: <telerik:RadComboBox ID="radcbCoursePopup" runat="server" Width="150px" ShowToggleImage="True" ZIndex="506" />Line 1939:  						                                                       &nbsp;<button id="btnNext"   onclick="javascript:FooterButtonClickAction('NextPage');" class="submitBtn"><span><h4>></h4></span></button>
Line 1940:    								                                         </TD>

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 06 Mar 2009, 04:06 PM
Hello Deepak Jain,

Please make sure you have installed .NET framework 3.5 and you are using Telerik.Web.UI.dll from the Bin35 folder of you installation.

All the best,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Deepak Jain
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or