Top "Clickonce" questions

ClickOnce is a Microsoft technology that simplifies deployment of applications by publishing to a website, where the user can install it by clicking a link on a page of that website.

SignTool Not Signing ClickOnce App Using SHA256, Only Uses SHA1

I'm trying to sign my clickonce app. I have an EV code signing certificate that is using SHA256. The problem …

clickonce sha1 sha256 signtool
ClickOnce - File Already Exists Error - Why is a DLL File Trying to be Copied Twice by ClickOnce?

Does ClickOnce only look at the application manifest file to determine which dll files to copy to the client’s …

.net clickonce manifest
Error when trying to connect to Oracle 10g database from C# program employing minimal set-up configuration

I'm experiencing an error when trying to connect to a remote Oracle 10g database from a C# 2008 Express Edition application …

c# oracle clickonce oracleexception
Publish ClickOnce installation error "Exception reading from manifest" using VB.NET

I'm using Visual Studio 2010 and VB.NET. My target environment is .NET Framework 4.0. So I'm facing this problem when I'm …

vb.net visual-studio-2010 clickonce vb.net-2010
ClickOnce deployment "Activation failed" FileNotFoundException

I just deployed an update to a clickonce application. I have deployed dozens of updates with no issue. Now all …

c# deployment clickonce filenotfoundexception
How to use obfuscation for ClickOnce?

If one will release a ClickOnce version, how can it be obfuscated by Dotfuscator?

.net clickonce obfuscation dotfuscator
Deploying WPF Application with 3rd Party DLLs

I've been extremely frustrated trying to deploy a C#/WPF application I've created that has some references to 3rd party …

visual-studio-2012 dll windows-installer clickonce cefsharp
How can I disable code signing for debug builds in Visual Studio 2013?

We recently upgraded Visual Studio from 2010 to 2013 and everything seems to be working the same as before except for one …

visual-studio-2010 visual-studio-2013 clickonce code-signing
Restart WPF application after click-once update (start the new version)

How to restart WPF application after it has been updated using click-once, i need to start the new version!

c# wpf deployment clickonce
Showing ClickOnce deployment version on WPF application

I'm deploying now a WPF c# project and want to put the clickonce version (rather than the assembly or product …

c# wpf deployment clickonce