此代码提示 XamlParseException :
'设置属性'System.Windows.ResourceDictionary.DeferrableContent' 引发异常。行号 '15' 和行位置 '14'。
<UserControl x:Class="MyView.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:bv="clr-namespace:MyModel.FaultLibrary;assembly=Controller"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:i18n="http://wpflocalizeextension.codeplex.com"
i18n:LocalizeDictionary.DesignCulture="en"
i18n:ResxLocalizationProvider.DefaultAssembly="MyView"
i18n:ResxLocalizationProvider.DefaultDictionary="I18n"
xmlns:gif="http://wpfanimatedgif.codeplex.com"
mc:Ignorable="d"
d:DesignHeight="448" d:DesignWidth="955" FontFamily="Arial"
TextOptions.TextFormattingMode="Display"
SnapsToDevicePixels="True"
UseLayoutRounding="True">
内部异常:
项目已添加。字典中的键:'DataTemplateKey(MyModel.FaultLibrary.TestPoint)' 添加的键:'DataTemplateKey(MyModel.FaultLibrary.TestPoint)'
我不知道为什么...
感谢帮助。