-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As part of my continuous integration build the application is deployed as a ClickOnce application. This works great the first time, but when I try the launch the app after an update has been deployed I get the following error.
An application for this deployment is
already installed with a different
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Win app (VB.net 2005) with an About.htm page that comes up when the user presses F1, using a HelpProvider control.
The application was deployed using ClickOnce technology. When I release a new version I have to manually copy the About.htm file from my development area to our LAN (specified…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been getting the error "The required version of the .NET Framework is not installed on this computer." (Event Id 4096 in Event log) when trying to install a VSTO application from both a ClickOnce deployment and a local copy. This is interesting as the .NET framework is installed (on my 32bit…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our smart-client application is deployed using the ClickOnce. Our production site is hosted on 2 separate web servers, and they are pointed from the same domain-name (for load-balancing). Here is what we do when we push updates to the production.
In VS, publish the smart-client application into…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
What is a good open source alternative to clickonce? One that is most popular and under active development I guess?
DDay.Update perhaps? Is this the main one?
thanks
PS. I've come up with a few from searching, but would appreciate any feedback from people how have reviewed these and have…
>>> More