ClickOnce Deployment Error: different computed hash than specified in manifest

后端 未结 3 1863
甜味超标
甜味超标 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: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

提交回复
热议问题