1、The Silverlight 4 SDK is not installed.

打开对应的Build Definition,Process -> Advanced -> MSBuild Platform,设置:X86

2、使用Silverlight Toolkit在xaml上出现类似如下错误:

The property 'ContextMenu' does not exist on the type 'Grid' in the XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input.Toolkit'.

打开对应的Build Definition,Process -> Advanced -> MSBuild Arguments,设置:/p:ValidateXaml=false

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2022-01-13
  • 2021-08-21
  • 2022-12-23
  • 2021-11-18
  • 2021-10-17
  • 2022-01-19
猜你喜欢
  • 2022-02-25
  • 2021-08-22
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案