c# – XAML命名空间http://schemas.microsoft.com/winfx/2006/xaml未解决

前端之家收集整理的这篇文章主要介绍了c# – XAML命名空间http://schemas.microsoft.com/winfx/2006/xaml未解决前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用Visual Studio 2010 Express,在C#中的Silverlight 4项目上工作.这突然在我的项目中开始,我得到这个XAML命名空间未解决错误
XAML Namespace http://schemas.microsoft.com/winfx/2006/xaml is not resolved

如果它有帮助,这里是XAML文件中出现错误的部分:

<ResourceDictionary xmlns:my="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit"
                xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                xmlns:GetGlue="clr-namespace:GetGluePlugin;assembly=GetGluePlugin"
                xmlns:System="clr-namespace:System;assembly=mscorlib"
                xmlns:utils="clr-namespace:Seesmic.Sdp.Utils;assembly=Seesmic.Sdp.Utils">

问题是什么?

解决方法

原文链接:https://www.f2er.com/csharp/93390.html

猜你在找的C#相关文章