Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2008 ';标签';命名空间中不存在';System.Windows.Controls';_Visual Studio 2008_Silverlight - Fatal编程技术网

Visual studio 2008 ';标签';命名空间中不存在';System.Windows.Controls';

Visual studio 2008 ';标签';命名空间中不存在';System.Windows.Controls';,visual-studio-2008,silverlight,Visual Studio 2008,Silverlight,需要一些帮助来处理通常含糊不清的VisualStudio2008错误 错误: Error 3 The type or namespace name 'Label' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?) 相关代码: internal System.Windows.Controls.Label DescriptionLabel; 我相信这

需要一些帮助来处理通常含糊不清的VisualStudio2008错误

错误:

Error 3 The type or namespace name 'Label' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?)
相关代码:

internal System.Windows.Controls.Label DescriptionLabel;
我相信这与Silverlight有关,但我已经从这里安装了Silverlight 3的SDK。 使用Windows7x64和VisualStudio2008SP1


据我所知,我没有在任何项目中丢失任何程序集引用。

确保您在项目中引用了System.Windows.Controls.Data.Input.dll程序集。

确保您在项目中引用了System.Windows.Controls.Data.Input.dll程序集。

我建议您查看以下内容:


似乎如果您的目标是SL2,则没有标签控制,如果您的目标是SL3,则需要下载工具包。

我建议您查看以下内容:


如果您的目标是SL2,则似乎没有标签控件,如果您的目标是SL3,则需要下载该工具包。

似乎Microsoft已删除标签或已在Silverlight 3中重命名标签。我假设项目需要Silverlight3,但实际上它使用Silverlight2


安装解决了这个问题。

似乎Microsoft已经删除了
标签,或者在Silverlight 3中对其进行了重命名。我假设项目需要Silverlight3,但实际上它使用Silverlight2


安装解决了问题。

我已经安装了SL3工具包。奇怪,但错误仍然出现,我已经安装了SL3工具包。奇怪,但错误仍然出现。我在项目中引用了它。我在项目中引用了它