ClickOnce Deployment Error: different computed hash than specified in manifest

后端 未结 3 1864
甜味超标
甜味超标 2020-12-07 00:39

I keep on running across this error when trying to deploy via ClickOnce

File, image.jpg, has a different computed hash than specified in manifest.

相关标签:
3条回答
  • 2020-12-07 01:21

    You need to delete all the files from your debug folder and need to regenerate the application manifest. This happens when you change file contents and do not update your manifests accordingly.

    0 讨论(0)
  • 2020-12-07 01:26

    We were deploying to 2 servers using the same URL, with the routers load-balancing between them. Deploying to the 2 servers resulted in differences between the manifest files on each server, and the error. What worked was to deploy to only one server, and then copy the application folder to the other server.

    0 讨论(0)
  • 2020-12-07 01:28

    You need to regenerate the application manifest. This happens when you change file contents and do not update your manifests accordingly.

    Mage.exe MSDN Docs

    0 讨论(0)
提交回复
热议问题