question:给一个工程添加新建项时,可选列表里缺少了很多项目类型。

solution:将下列代码添加到工程文件中第一个propertygroup标签内的末尾

<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

示例

VisualStudio常见问题

 

 

https://stackoverflow.com/questions/32024034/the-type-from-assembly-is-built-with-an-older-version-of-blend-sdk-and-is-not-su

相关文章:

猜你喜欢
  • 2021-04-03
  • 2022-01-18
  • 2021-04-30
  • 2021-10-17
相关资源
相似解决方案