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

"XML namespace" Error

0 Answers 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Starry
Top achievements
Rank 1
Starry asked on 22 May 2012, 08:50 AM
According to the official document description ,  but   "XML   namespace"  Error.

use  "ExpressionBlend"  drag  "RadDocking"   to  "operation panel"  , errors occur . 

One , In  VS  IDE:
<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
  xmlns:telerikDocking="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"
x:Class="TelerikDockingTest.MainPage"
Width="640" Height="480">
<Grid x:Name="LayoutRoot" Background="White">
<telerikDocking:RadDocking HasDocumentHost="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<telerikDocking:RadSplitContainer>
<telerikDocking:RadPaneGroup HorizontalAlignment="Stretch">
<telerikDocking:RadPane Header="Pane 1"/>
<telerikDocking:RadPane Header="Pane 2"/>
</telerikDocking:RadPaneGroup>
</telerikDocking:RadSplitContainer>
</telerikDocking:RadDocking>
</Grid>
</UserControl>

The error information is as follows:
错误 23 The tag 'RadSplitContainer' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking'. C:\Users\Administrator\Desktop\Test\TelerikDockingTest\TelerikDockingTest\MainPage.xaml 9 5 TelerikDockingTest

错误 24 The tag 'RadPaneGroup' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking'. C:\Users\Administrator\Desktop\Test\TelerikDockingTest\TelerikDockingTest\MainPage.xaml 10 6 TelerikDockingTest

错误 25 The tag 'RadPane' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking'. C:\Users\Administrator\Desktop\Test\TelerikDockingTest\TelerikDockingTest\MainPage.xaml 11 7 TelerikDockingTest

错误 26 The tag 'RadPane' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking'. C:\Users\Administrator\Desktop\Test\TelerikDockingTest\TelerikDockingTest\MainPage.xaml 12 7 TelerikDockingTest

错误 22 The tag 'RadDocking' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking'. C:\Users\Administrator\Desktop\Test\TelerikDockingTest\TelerikDockingTest\MainPage.xaml 8 4 TelerikDockingTest

Question:

What  mistake ?  Why  such  a  mistake ?  What's    the    solution ?

Thanks  a  lot...

Two , In  ExpressionBlend  IDE: 

Mistakes as shown in figure (attached) : 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Starry
Top achievements
Rank 1
Share this question
or