I unchecked Sign the ClickOnce and sign the assembly as was able to build my project. But when I tried to publish the project to the network share it asked me for the TemporaryKey that I did not have.
ClickOnce requires your manifests to be signed. Every time you publish, Visual Studio will check the "Sign the ClickOnce manifests". You should either add a new key, or use the key that was added by default.
ClickOnce requires your manifests to be signed. Every time you publish, Visual Studio will check the "Sign the ClickOnce manifests". You should either add a new key, or use the key that was added by default.