BuildTasks.Csc task could not be loaded from the assembly?

后端 未结 21 939
北荒
北荒 2020-12-13 05:15

I feel guilty asking a question like this around here, but I\'m at a loss and would appreciate some help.

A proof-of-concept like web application was built on one PC

21条回答
  •  借酒劲吻你
    2020-12-13 05:54

    I just tried this on a clean install of a Windows 10 machine and the issue for me ended up being that I didn't have the .NET 3.5 framework installed. This stackoverflow question helps explain why.

    Cannot build WIX project on windows 10

提交回复
热议问题