TransformXml task could not be loaded from Microsoft.Web.Publishing.Tasks.dll

后端 未结 10 2204
醉话见心
醉话见心 2020-12-13 05:35

Has anyone seen this error and know how to fix it?

The \"TransformXml\" task could not be loaded from the assembly C:\\Program Files (x86)\\MSBuild\\M

10条回答
  •  借酒劲吻你
    2020-12-13 06:04

    The correct answer to this is to unload the project in question and then edit the csproj file, look for an entry where they are referencing the 10.0 path and change it to point to 11.0 instead.

提交回复
热议问题