Question Error when i install my deployed Application

rashid_141

New member
Joined
May 6, 2008
Messages
2
Programming Experience
Beginner
Hi,
i am Rashid Khan from Pakistan. i m using visual Studio 2005 professional edition. i have deployed my application using publishing sucessfully. but when i install that application all the prerequisities are installed but at the end when the application files installation starts in receive the error that Validation did not succeed. and i receicve the error detail which i m posting below. Please can any one help me on this error.

The error is

PLATFORM 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:///C:/Documents%20and%20Settings/VU/Desktop/New%20Folder%20(2)/coaching.application
Application url : file:///C:/Documents%20and%20Settings/VU/Desktop/New%20Folder%20(2)/coaching_1_0_0_25/coaching.exe.manifest

IDENTITIES
Deployment Identity : coaching.application, Version=1.0.0.25, Culture=neutral, PublicKeyToken=17c061a51bc86fda, processorArchitecture=msil
Application Identity : coaching.exe, Version=1.0.0.25, Culture=neutral, PublicKeyToken=17c061a51bc86fda, processorArchitecture=msil, type=win32

APPLICATION SUMMARY
* Installable application.

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\VU\Desktop\New Folder (2)\coaching.application resulted in exception. Following failure messages were detected:
+ Reference in the manifest does not match the identity of the downloaded assembly coaching.exe.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [9/8/2008 5:03:52 AM] : Activation of C:\Documents and Settings\VU\Desktop\New Folder (2)\coaching.application has started.
* [9/8/2008 5:03:52 AM] : Processing of deployment manifest has successfully completed.
* [9/8/2008 5:03:52 AM] : Installation of the application has started.
* [9/8/2008 5:03:52 AM] : Processing of application manifest has successfully completed.
* [9/8/2008 5:03:54 AM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [9/8/2008 5:03:54 AM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
- Reference in the manifest does not match the identity of the downloaded assembly coaching.exe.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
at System.Deployment.Application.FileDownloader.OnModified()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
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.
 

Latest posts

Back
Top