I am creating a WPF application and publishes it on the IIS. However when I am re-publishing the application since I do have code and UI changes, it doesn’t show the changes on the application when I run it.
Anyone encountered this before?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found it out! It has something to do with the publish version. I am not incrementing the publish version since I am just publishing minor changes but the consequence is that ClickOnce will not let the application to download the updates from the server since the last version on the client is same as the publish version on the server and ClickOnce assumes the client is already updated.