This question is locked. New answers and comments are not allowed.
Telerik control has problem ? Why no one answer my question?
A simple example , why do so many warnings and mistakes?
The Xaml:
<UserControl x:Class="SLTelerikDockingForth.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
>
<Grid x:Name="LayoutRoot" Background="White">
<telerik:RadDocking></telerik:RadDocking>
</Grid>
</UserControl>
The Error:
错误(Error) 22 The tag 'RadDocking' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\Users\Administrator\Desktop\Test\SLTelerikDockingForth\SLTelerikDockingForth\MainPage.xaml 12 10 SLTelerikDockingForth
The Warning:
警告( Warning ) 1 未能解析主引用“Telerik.Windows.Controls.Docking”,因为它对 .NET Framework 程序集“mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e”具有间接依赖关系,而该程序集的版本为“5.0.5.0”,高于当前目标框架中的版本“2.0.5.0”。 SLTelerikDockingForth
English meaning:
Warning 1 Analytical Lord failed to quote “Telerik.Windows.Controls.Docking” , Because the.net Framework assemblies “mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e” With indirect dependencies , And the program set version for "5.0.5.0" , Higher than the current target framework version "2.0.5.0" , SLTelerikDockingForth.
There are 21 such warnings...
A simple example , why do so many warnings and mistakes?
The Xaml:
<UserControl x:Class="SLTelerikDockingForth.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
>
<Grid x:Name="LayoutRoot" Background="White">
<telerik:RadDocking></telerik:RadDocking>
</Grid>
</UserControl>
The Error:
错误(Error) 22 The tag 'RadDocking' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'. C:\Users\Administrator\Desktop\Test\SLTelerikDockingForth\SLTelerikDockingForth\MainPage.xaml 12 10 SLTelerikDockingForth
The Warning:
警告( Warning ) 1 未能解析主引用“Telerik.Windows.Controls.Docking”,因为它对 .NET Framework 程序集“mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e”具有间接依赖关系,而该程序集的版本为“5.0.5.0”,高于当前目标框架中的版本“2.0.5.0”。 SLTelerikDockingForth
English meaning:
Warning 1 Analytical Lord failed to quote “Telerik.Windows.Controls.Docking” , Because the.net Framework assemblies “mscorlib, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e” With indirect dependencies , And the program set version for "5.0.5.0" , Higher than the current target framework version "2.0.5.0" , SLTelerikDockingForth.
There are 21 such warnings...
Why???