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

Telerik.Web.UI.dll issue with vs2008

5 Answers 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ankammarao
Top achievements
Rank 1
ankammarao asked on 28 Oct 2010, 07:42 PM

Hi,

I am trying to use

Telerik.Web.UI.dll (with version 2007.2.1107.0) in my vs 2008 project, I made proper settings inside my web.config, and registered with in my aspx page,

I am using RadTreeView', RadGrid' controls inside my aspx page


Registering the Telerik.Web.UI on top of my aspx page like below

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



and my aspx page will have rad controls like

1) <telerik:RadGrid runat="server" ID="RadGrid1" AutoGenerateColumns="False" GridLines="None"

 

Skin="Windows7" OnItemDataBound="RadGrid1_ItemDataBound" OnDeleteCommand="onDelete1"

 

Height="100%" Width="80%">

2)

<telerik:RadTreeView ID="RadTreeView1" runat="server" EnableDragAndDrop="True" OnNodeDrop="RadTreeView1_HandleDrop"

 

OnClientNodeDropping="onNodeDropping" OnClientNodeDragging="onNodeDragging" MultipleSelect="True"

 

EnableDragAndDropBetweenNodes="True" EnableEmbeddedSkins="true" EnableTheming ="true">


but when i try to build the my  asp.net website I am getting the below errors
1) Unknown server tag 'telerik:RadTreeView'
2)Unknown server tag 'telerik:RadGrid'

Can any one please help me out how to resolve the issue. both my aspx and code behind pages are not recognising the the teleric controls



5 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 29 Oct 2010, 07:41 AM
Hello ankammarao,

Please confirm that Telerik assembly is not missing from the references. Try to re-add it. In the solution explorer, right-click on your website(or your web application). Then select on "Add Reference", and add the Telerik.Web.UI.dll

All the best,
Vasil
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
ankammarao
Top achievements
Rank 1
answered on 08 Nov 2010, 02:16 PM

Teleric.Web.UI.DLL(Ver 2007.2.1107.0) does not provide the

 

RadGrid and

 

RadTreeView controls

Can anyone please share any idea how to get higher version of Teleric.Web.UI.DLL (2007) which will support the radgrid and radtreeview controls but not Teleric.Web.UI.DLL (2010), because I am going to use radgrid and radtreeview inside my vs2008 version

 

 

 

 

 

 

0
Vasil
Telerik team
answered on 08 Nov 2010, 05:02 PM
Hello ankammarao,

You can install the recent RadControls for ASP.NEt AJAX version, and use the controls in VS2008.
If your target framework is .Net 3.5, you can use the Telerik.Web.UI.dll labeled 2010.2.929.35.

Kind regards,
Vasil
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Vigneshwaran
Top achievements
Rank 1
answered on 08 Dec 2010, 01:25 PM
I am aslo having same problem. I am using 2009.3.1103.35 and .Net 3.5.

The RadTreeList controls are not loaded. The error displays  Unknown server tag .

Thanks
Vignesh
0
Vasil
Telerik team
answered on 08 Dec 2010, 02:47 PM
Hi Vigneshwaran,

Please install the latest RadControls for ASP.NET AJAX version (2010.3.1109.35). Back in 2009 the RadTreeList was not written yet.

Best wishes,
Vasil
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
ankammarao
Top achievements
Rank 1
Answers by
Vasil
Telerik team
ankammarao
Top achievements
Rank 1
Vigneshwaran
Top achievements
Rank 1
Share this question
or