我有一个在.NET 4.0上运行的WPF项目,我开始使用Visual Studio 2015
但我有问题,wpf工具包没有使用,所以我有
System.Windows.Markup.XamlParseException
示例:
<Window x:Class="WpfApplication1.MainWindow"
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"
xmlns:local="clr-namespace:WpfApplication1"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
<xctk:TimePicker />
</Grid>
</Window>
答案 0 :(得分:2)
从最后一个链接检查&#34;功能&#34; Xceed Extended WPF Toolkit Plus
New version 2.8
http://xceed.com/pages/topmenu/downloads/updates.aspx?periodcode=lb
对于与Windows 8不同的主题,类型除外 &#34;初始化&#39; Xceed.Wpf.Toolkit.XXX&#39;将不再被抛入 Visual Studio 2015.这会影响工具包的所有控件。
您需要将工具包更新到最新版本