Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a ClickOnce deployment. Works well, and have been using it for many years. However, once in a while the deployment server either stops working or is unavailable. When this happens ClickOnce gets stuck and the application does not go on to execute. The issue as I see it is that ClickOnce checks the deployment server for a new release of the application prior to the application starting. Problem with that is if the deployment server is not responding or has gone off line how does click once decide to go on to run the application. Or more accurately, how can I modify click once to bypass the deployment server and run the application if the deployment server does not respond after say 15 seconds.
I have been looking at Madge to see if there is a way, but If I use Madge I would have to manually deploy the application to the application server.

What I have tried:

Microsoft and the Microsoft forums. No success there.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900