MSBuild cannot sign a ClickOnce manifest using a temporary key (errors MSB3326 and MSB3321)

后端 未结 4 1766
盖世英雄少女心
盖世英雄少女心 2021-02-06 02:03

I am trying to build a ClickOnce Windows Forms project (.NET 3.5 / Visual Studio 2010) on a Windows Server computer. (In an effort to automate the build process with Hudson

4条回答
  •  走了就别回头了
    2021-02-06 02:12

    I had totally the same issue. And fixed it by installing Windows SDK 7.1 for .net 4.0 on the build machine. PS At first we've installed SDK 8.0A, and build was working fine except for singing. It seems, 7.1 updates some components in the system, so pfx begins to work.

提交回复
热议问题