Question .exe, has a different computed hash than specified in manifest.

CoachBarker

Well-known member
Joined
Jul 26, 2007
Messages
133
Programming Experience
1-3
Does anyone know how to rectify this problem, I have been searching all over and have come up with many articles, but they all reference one article on MSDN but it doesn't really explain how to solve the problem.

ClickOnce Deployment Issue - File Has Different Computed Hash Than Specified In Manifest - Urgent! : ClickOnce and Setup & Deployment Projects : Windows Forms : MSDN Forums

ERROR DETAILS
Following errors were detected during this operation.
[12/22/2008 9:14:26 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
- File, NonFormEntryWindow.exe, has a different computed hash than specified in manifest.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
at System.Deployment.Application.ComponentVerifier.FileComponent.Verify()
at System.Deployment.Application.ComponentVerifier.VerifyComponents()
at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
 
For the life of me I can not remember what we did to fix that, if I remember, I will post the solution. I want to say it was a permissions problem and a file issue becasue we were working on a Virtual Network.

Sorry.
 
Back
Top