clickonce

ClickOnce Deployment Error: different computed hash than specified in manifest

こ雲淡風輕ζ 提交于 2019-11-26 18:34:24
问题 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. I realize that this is an error that has a lot of google results but I have been unable to resolve this. The stranger part is that this ClickOnce package has been deployed on a variety of other machines (at least 30) without any issues - this is only happening on one specific machine with Windows 7 and x64. On the one hand, I have checked the

Deploying WPF Application with 3rd Party DLLs

无人久伴 提交于 2019-11-26 16:35:29
问题 I've been extremely frustrated trying to deploy a C#/WPF application I've created that has some references to 3rd party DLLs. I created a folder in the project, called lib , where I placed all of these DLLs. In VS2012, I added the references by browsing to that folder, and selecting all the DLLs. Copy Local is set to true for all. Everything is fine when I build and run, but when I choose publish, and create a OneClick Installer, things aren't so smooth. During the publish wizard, I set it to

Error message “Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC”

天涯浪子 提交于 2019-11-26 12:09:59
问题 When one user tries to run the application, our ClickOnce application is reporting: Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC. It\'s interesting to note that the GAC (C:\\Windows\\assembly) does not have stdole installed in it. How do I get it there? We are using .NET 3.5, and it has been installed on this computer. 回答1: Try going to the Publish tab in the project properties and then select the Application Files button. Then set

ClickOnce and IsolatedStorage

≡放荡痞女 提交于 2019-11-26 11:22:31
问题 The Winform application is release with ClickOnce in our Intranet. We store personal preference for the GUI in the Isolated Storage. All works pretty fine :) The problem is when we have a new version of the application, we publish... all preferences are lost! User need to setup their preference over and over each version. Is there a way to freeze the isolation for the whole application instead of the version? 回答1: You need to use application scoped, rather than domain scoped, isolated storage

Error deploying ClickOnce application - Reference in the manifest does not match the identity of the downloaded assembly

我只是一个虾纸丫 提交于 2019-11-26 06:25:26
问题 I\'m trying to deploy a ClickOnce application, but installation fails on the client. Here\'s the error log: PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4.0.30319.1 System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100) clr.dll : 4.0.30319.1 (RTMRel.030319-0100) dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100) dfshim.dll : 4.0.31106.0 (Main.031106-0000) SOURCES Deployment url : http://MyProduct.com/download/workstation/MyProduct%20Front%20Desk.application