在VS10中添加自定义控件引用

时间:2010-12-13 23:31:51

标签: visual-studio-2010 custom-controls

我最近创建了我的第一个自定义控件。我试图将它添加到我构建的单独项目中。

我收到此错误:   类型'System.Windows.Controls.Control'在未引用的程序集中定义。您必须添加对程序集的引用

以下是我添加控件的步骤。

  
      
  1. 在项目
  2. 中添加自定义控件作为参考   
  3. 将属性xmlns:MyNamespace =“clr-namespace:CustomControls; assembly = CustomControls”添加到正在使用它的标记文件的根元素
  4.   
  5. 重建Controller和项目
  6.   

1 个答案:

答案 0 :(得分:1)

您还需要引用PresentationFramework.dll