Why doesn't my ClickOnce deployment pick up the latest changes to the application?
- by Simon
I have a WinForms app which is deployed to a local network drive (as 'Online Only') via ClickOnce.
This has been working fine but today I made some changes to the application and attempted to ClickOnce deploy it to a separate network location (to use as a test system) rather than the current production location. ClickOnce publishes successfully, with no errors, to the correct location but only publishes the pre-change version; i.e. none of my changes are visible: the version number is the old version number and the displayed release date is the last production release back in 2009.
What do I have to do to get this to publish correctly? I've used a similar approach on other applications with no such issues.