Reputation: 101
Here is my problem which I thought was very simple but after spending few hours I just could not get a fix.
I have a .NET application and have deployed it to a network share using Clickonce publish option Visual Studio 2010.
On the client computer the application is installed succesfully.
Now I had to change a file in my application. I replace the file in the "Application Files" folder, updated the app.exe.maifest file using Mage UI. (Verified the hash got changed for the modified file).
Now updated the .application file so that the hash in it is also recreated because of the change in the app.exe.manifest file.
But when I lauch the application on the client, its not recognizing the update.
Im at loss to understand why is the app not updating.
Any ideas/pointers help is really appreciated.
Thanks
Upvotes: 1
Views: 483
Reputation: 11877
To create an update, you need to increment the version number and publish the new version to the same folder as the original deployment.
Upvotes: 2