Why doesn't my ClickOnce deployment pick up the latest changes to the application?

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-03-31T16:00:04Z Indexed on 2010/03/31 16:03 UTC
Read the original article Hit count: 178

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about clickonce

Related posts about .NET