- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHi Experts
I have been working on this app for a while now, using the Publish option within VB 2005 to create the setup files and until now this has worked perfectly.
Environment is VB 2005, SQL 2005, Vista and I repeat until this morning, everything was great.
When I now compile (publish) my setup files creates an error:
Application Validation did not succeed. Unable to continue
I am pasting this from the details provided in the error message which is:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of D:\IDT\IDT.application resulted in exception. Following failure messages were detected:
+ File, IDT.exe.config, 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
* [2007/08/10 06:04:35 PM] : Activation of D:\IDT\IDT.application has started.
* [2007/08/10 06:04:36 PM] : Processing of deployment manifest has successfully completed.
* [2007/08/10 06:04:36 PM] : Installation of the application has started.
* [2007/08/10 06:04:36 PM] : Processing of application manifest has successfully completed.
* [2007/08/10 06:04:52 PM] : Request of trust and detection of platform is complete.
ERROR DETAILS
Following errors were detected during this operation.
* [2007/08/10 06:04:54 PM] System.Deployment.Applicat
- File, IDT.exe.config, has a different computed hash than specified in manifest.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
at System.Deployment.Applicat
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ChadFoldenPosted on 2007-08-20 at 12:44:25ID: 19733109
Something must have changed. I'm not sure if this will help, but have you tried this:
IN VS2005 in your soultion explorer window
1> click "Properties" a new window will open
2> click signing on the left tab row
3> then place a check in the box that says "click once manifest"
4> then click the "create test certificate button"
5> then rebuild your project
6> then publish it.