This question is locked. New answers and comments are not allowed.
According to the official document description, 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) :
Information is as follows picture.
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
What mistake ? Why such a mistake ? What's the solution ?
Thanks a lot...
Two , In ExpressionBlend IDE:
Mistakes as shown in figure (attached) :
Information is as follows picture.