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.

ClickOnce error: Value does not fall within the expected range

Getting this error on ALL ClickOnce application launches for a certain user. This started happening after a version upgrade (but …

.net clickonce
Uninstall ClickOnce clients

Since ClickOnce installs per profile rather than per computer, is there any way to uninstall a single ClickOnce client application …

clickonce
How do I completely uninstall a ClickOnce application from my computer?

While experimenting with trying to publish both a Foo and Foo Beta version of my application via ClickOnce I managed …

.net installation clickonce
Unable to install or run the application: Click Once

I published my .net application using ClickOnce, and all my users get the following error message on trying to open …

.net clickonce
"Value Does not fall in the expected range" ClickOnce Deployment

I've had a ClickOnce app in use for a few months now, but recently started getting an error on my …

c# vb.net clickonce
ClickOnce - Cannot publish because a project failed to build

When I try to publish my (WPF, C#) application, I get these errors: Cannot publish because a project failed to …

c# wpf visual-studio-2010 clickonce
ClickOnce setup.exe fails, but the .application file works fine when using a Windows share for deployment

I am getting the error of System.Deployment.Application.DeploymentDownloadException when I try to run setup.exe for my ClickOnce …

.net .net-4.0 clickonce
ClickOnce application replace current installed fliles

With ClickOnce applications, is it possible to replace the current files or install in a different directory when creating a …

c# clickonce
ClickOnce Application Error: Deployment and application do not have matching security zones

I am having trouble on ClickOnce Application with FireFox and Chrome in IE it works fine. the Detail Of exception …

c# asp.net winforms clickonce
How to display ClickOnce Version number on Windows Forms

I have a windows forms application that is deployed to two different locations. Intranet - ClickOnce Internet - Installed on …

c# .net deployment clickonce