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.

How to get folder path for ClickOnce application

I need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder …

.net windows clickonce
Best way to deploy Visual Studio application that can run without installing

I wrote a fairly simple application with C#/.NET and can't figure out a good way to publish it. It's …

c# deployment visual-studio-2012 installation clickonce
Error message "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC"

When one user tries to run the application, our ClickOnce application is reporting: Unable to install or run the application. …

.net clickonce gac stdole
How to find the Target *.exe file of *.appref-ms

I have to make a Backup of the Program running from the file *.appref-ms When i Opened the File GitHub.…

clickonce shortcuts applicationreference
IIS - can't access page by ip address instead of localhost

I'm trying to publish ClickOnce application and test it locally. I want to provide installation link so I need to …

asp.net iis ip localhost clickonce
Error deploying ClickOnce application - Reference in the manifest does not match the identity of the downloaded assembly

I'm trying to deploy a ClickOnce application, but installation fails on the client. Here's the error log: PLATFORM VERSION INFO …

c# visual-studio-2010 clickonce
Unable to find manifest signing certificate in the certificate store

I signed the assembly with my VSTO 4.0 word add-in with strong name key file .snk and tried to uncheck Sign …

.net vsto clickonce
"ClickOnce does not support the request execution level 'requireAdministrator.'"

So I was writing an application that requires access to the registry. I had not touched any build settings, wanting …

c# wpf compiler-errors clickonce
Clear the .NET-downloaded application cache without Mage?

I have a .NET application that I distribute using ClickOnce and I make available online only. How do I clear …

.net deployment clickonce
An error occurred while signing

I maintain a large WPF application which I inherited from another developer. I use ClickOnce to publish it. Suddenly, today …

wpf visual-studio-2012 clickonce assembly-signing