Reputation: 501
I have a winforms app deploying with ClickOnce.
But when i try to publish, this generates the error like application validation did not succeed, please contact application vendor.
Below given is the error in detail.
Application manifest has either a different computed hash than the one specified or no hash specified at all. File, Netspective Fluent XA.exe.manifest, has a different computed hash than specified in manifest.
I tried googling and several options stated, none of them helped, could anyone point out what will be exact issue.
I created a key and signed the manifest. But it still shows error.
Please guide me through!!!!
Thanks
Upvotes: 1
Views: 3350
Reputation: 2021
Let me guess what's wrong:
Be sure that "Publishing Folder Location" or "Installation Folder" is the same as user see it. ClickOnce application can be launched only from one of these 2 locations. The problem you described can happen if you manually copied the files to different folder / server.
Upvotes: 2