L'espace de noms XAML http://schemas.microsoft.com/winfx/2006/xaml n'est pas résolu

Je suis en utilisant Visual Studio 2010 Express, de travailler sur un projet Silverlight 4 en C#. Cela a commencé tout d'un coup dans mon projet, j'obtiens l'erreur que cet espace de Noms XAML n'est pas résolu:

XAML Namespace http://schemas.microsoft.com/winfx/2006/xaml is not resolved

Si cela peut aider, voici la section du fichier XAML dans laquelle l'erreur est levée:

<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">

Quel pourrait être le problème?

source d'informationauteur Justin Poliey | 2010-11-22