sharpaescrypt icon indicating copy to clipboard operation
sharpaescrypt copied to clipboard

Deployment error with ClickOnce

Open fosterz opened this issue 6 years ago • 1 comments

I'm using dll version of sharaescrypt in wpf application and getting below error while publishing it via ClickOnce application.

Below is a summary of the errors, details of these errors are listed later in the log. * Activation of D:\Published Apps\xyz\Tool\PrismUploadUI.application resulted in exception. Following failure messages were detected: + Reference in the manifest does not match the identity of the downloaded assembly SharpAESCrypt.dll.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

fosterz avatar Dec 21 '19 12:12 fosterz

I have not used ClickOnce for many years, but here are some suggestions for how to fix it: https://stackoverflow.com/questions/5337458/error-deploying-clickonce-application-reference-in-the-manifest-does-not-match

kenkendk avatar Dec 21 '19 12:12 kenkendk