Question Publishing problem

j_ryan

New member
Joined
Sep 11, 2008
Messages
3
Programming Experience
1-3
hello

i'm publishing my vb and i already set my settings that whenever application start it will check for updates, then this morning i just make some modification, i run into this error:

VB.NET:
Publish Version 4.1.1.24 already exist on the server, do you want to overwrite it?
Yes/ No


i reply yes then publish succeeded, but my doubt is my publish version is now 4.1.1.31 why is it still looking for 4.1.1.24? i tried deleting the previous version and i receive the same error.

now when the application runs and look for update, i update it and later i receive this error


VB.NET:
Cannot Start Application
Application validation did not succeed. Unable to continue.


with the following details

PLATFORM VERSION INFO
Windows : 5.1.2600.196608 (Win32NT)
Common Language Runtime : 2.0.50727.1433
System.Deployment.dll : 2.0.50727.1433 (REDBITS.050727-1400)
mscorwks.dll : 2.0.50727.1433 (REDBITS.050727-1400)
dfdll.dll : 2.0.50727.1433 (REDBITS.050727-1400)
dfshim.dll : 2.0.50727.1433 (REDBITS.050727-1400)

SOURCES
Deployment url : file:///C:/Documents%20and%20Settings/medel.MyFile/Desktop/MyFile.appref-ms
Deployment Provider url : file://medel/MyFile/compiler/MyFile.application
Application url : file://medel/Myfile/compiler/File_4_1_1_30/MyFile.exe.manifest

IDENTITIES
Application Identity : MyFile.exe, Version=4.1.1.24, Culture=neutral, PublicKeyToken=5979151a7ef72e64, processorArchitecture=msil, type=win32

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Documents and Settings\medel.MyFile\Desktop\MyFile.appref-ms resulted in exception. Following failure messages were detected:
+ File, MyFile.exe, has a different computed hash than specified in manifest.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [9/16/2008 3:14:42 PM] : Activation of C:\Documents and Settings\medel.MyFile\Desktop\MyFile.appref-ms has started.
* [9/16/2008 3:14:42 PM] : Installation of the application has started.
* [9/16/2008 3:14:42 PM] : Processing of application manifest has successfully completed.
* [9/16/2008 3:14:44 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [9/16/2008 3:14:45 PM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
- File, MyFile.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.

i didn't change anything on my setup i just do my usual publishing, but suddenly today i received this error. any help please?

thank you
 
Did you find a solution?

Hey man! I know this post is old but i have got a similar problem. Did you find a solution? Please let me know.. Cheers!
 
Back
Top