Do I need to sign my ClickOnce app in order to be able to execute it from other PCs?
I'm trying to execute the app f开发者_如何转开发rom another PCs and is not possible. I can't do it. Not even on my machine unless I create a test certificate with visual studio.
If it is a VSTO application, yes.
For WinForms/WPF/Console, not necessarily. Are you deploying it to one PC and trying to install it? Where are you deploying it to? A file share or a webserver? What happens when you try to install it on the other machine?
What version of .NET are you targeting? It only works with .NET 3.5 SP-1 and .NET 4.
精彩评论