ClickOnce Deployment Error: different computed hash than specified in manifest

ぐ巨炮叔叔 提交于 2019-11-28 01:48:38

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

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.

Vishal

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!