找不到元素/属性xxx XAML的架构信息

时间:2017-04-16 10:38:06

标签: wpf visual-studio xaml uwp

我喜欢180条消息:

Could not find schema information for the element'http://schemas.microsoft.com/winfx/2006/xaml/presentation:VisualStateGroup'

所有这些消息都在我的uwp UI的xaml文件中。我应该忽略它们还是如何摆脱它们。

1 个答案:

答案 0 :(得分:0)

现有http://schemas.microsoft.com/winfx/2006/xaml/presentation您无法添加VisualStateGroup

如果你在xmlns中写xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ,它会说出错误。

但是如果有时候vs没有清理Bin文件夹和Obj文件夹,可能会有一些奇怪的问题。

我认为你可以通过fisrt检查nuget找到合并,第二种方法是清理bin文件夹和obj文件夹。

尝试更新vs可能会解决它。

您应该正确查看其编译选项正确的属性。

请参阅:How to fix Error: "Could not find schema information for the attribute/element" by creating schema

https://stackoverflow.com/a/14965640/6116637