2019-03-20:

  IF:

    你遇到Visual Studio打开项目,可以编译但是代码文件一直标记红波浪线。

  TRY:

    删除解决方案根目录下.vs隐藏文件夹。

 

  IF:

    Visual Studio遇到The "TransformXml" task could not be loaded from the assembly错误。

  TRY:

    编辑目标cproj文件,新增

<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.targets" />

 

相关文章:

  • 2021-05-27
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案