Auteur de questions
Erreur à l'install

Question
-
Bonjour,
J'ai créé un projet VB 2005 express. Tout est fini, je publie l'application. Par d'erreur. Et pourtant lorsque je lance le setup, j'ai un message d'erreur. Voici le log :
Code SnippetPLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)SOURCES
Deployment url : file:///D:/ImmoDataInstall/ImmoData.application
Application url : file:///D:/ImmoDataInstall/ImmoData_1_0_0_0/ImmoData.exe.manifestIDENTITIES
Deployment Identity : ImmoData.application, Version=1.0.0.1, Culture=fr-BE, PublicKeyToken=8f6e49bf8233b3b5, processorArchitecture=msil
Application Identity : ImmoData.exe, Version=1.0.0.1, Culture=fr-BE, PublicKeyToken=8f6e49bf8233b3b5, processorArchitecture=msil, type=win32APPLICATION SUMMARY
* Installable application.ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of D:\ImmoDataInstall\ImmoData.application resulted in exception. Following failure messages were detected:
+ File, ImmoData.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
* [27/06/2007 10:00:54] : Activation of D:\ImmoDataInstall\ImmoData.application has started.
* [27/06/2007 10:01:27] : Processing of deployment manifest has successfully completed.
* [27/06/2007 10:01:27] : Installation of the application has started.
* [27/06/2007 10:01:29] : Processing of application manifest has successfully completed.
* [27/06/2007 10:01:37] : Request of trust and detection of platform is complete.ERROR DETAILS
Following errors were detected during this operation.
* [27/06/2007 10:01:49] System.Deployment.Application.InvalidDeploymentException (HashValidation)
- File, ImmoData.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)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.J'ai essayé de créer un nouveau projet et de le publier directement et là pareil il ne veut pas installer l'application.
J'espère que quelqu'un pourra m'aider car après des mois de développement, je suis vraiment désespéré
Merci
Toutes les réponses
-
-
-
Oui j'ai essayé mais rien à faire, sa ne fonctionne pas.
J'ai même créer un nouveau projet, et j'ai compiler, sa fonctionne, alors je suis certain que le problème est dans le projet, mais où?
C'est un projet d'une assez grande ampleur et je ne peux pas vraiment me permettre de tout copier dans un nouveau projet.