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

Not known element

4 Answers 341 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
jaws1021
Top achievements
Rank 1
jaws1021 asked on 08 Jun 2010, 07:24 AM
Telerik.WebControls.RadPanelItemCollection must have items of type 'Telerik.WebControls.RadPanelItem'. 'RadP:RadPanelBar' is of type 'Telerik.WebControls.RadPanelbar'

I added the dll to bin folder and still on aspx page it is showing error "Element Radpanelbar is not known element.."

what else I need to do?

4 Answers, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 08 Jun 2010, 11:36 AM
Hello na,

You need to add Register directive as follows:
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

Hope this is going to help you!


Regards,
Nikolay Tsenkov
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
jaws1021
Top achievements
Rank 1
answered on 08 Jun 2010, 06:17 PM
I added that to to aspx page it gives me this error Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.
0
Nikolay Tsenkov
Telerik team
answered on 09 Jun 2010, 12:23 PM
Hello na,

I am sorry this is about the classic Telerik.WebControls. The directive then should be:
<%@ Register TagPrefix="telerik" Namespace="Telerik.WebControls" Assembly="RadPanelbar.Net2" %>

Hope this is going to help you!


Regards,
Nikolay Tsenkov
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
jaws1021
Top achievements
Rank 1
answered on 11 Jun 2010, 06:35 PM

I added this one instead ...<%

@ Register Assembly="RadPanelbar.Net2" Namespace="Telerik.WebControls" TagPrefix="RadP" %>

 

Tags
PanelBar
Asked by
jaws1021
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
jaws1021
Top achievements
Rank 1
Share this question
or