VS2005开发Silverlight关键步骤

  1. 创建一个控件库
  2. 除掉项目所有的引用
  3. 右键点击项目然后查看项目属性
  4. 在Build标签点击高级按钮,在弹出的对话框中勾上“'Do not reference mscorlib.dll”复选框
  5. 手动添加对Silverlight安装目录(默认在\Program Files\Microsoft Silverlight\)下mscorlib,agclr,System, System.Core, System.Silverlight, and System.Xml.Core这些程序集的引用。

你可能感兴趣的:(xml,Microsoft,silverlight)