Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I trying to update my application i am gettings the below issue please help me to come out of it.


PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.225
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.225 (RTMGDR.030319-2200)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)

SOURCES
Deployment url : http://172.16.1.204:131/tpe/modules/eshell/shell/shell.application?ServerName=172.16.1.204:131&NotFirstInstance=0&EagleServerName=172.16.1.204:131&EagleServerProtocol=http&Cookie=&Protocol=http&SessionID=undefined
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
Deployment Provider url : http://172.16.1.204:131/tpe/modules/eshell/shell/shell.application
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
Application url : http://172.16.1.204:131/tpe/modules/eshell/shell/Application%20Files/shell.exe.manifest
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET

IDENTITIES
Deployment Identity : Eagle v13.1 (172.16.1.204_131), Version=13.1.5143.19241, Culture=neutral, PublicKeyToken=18e7249fc760c408, processorArchitecture=x86
Application Identity : Eagle v13.1 (172.16.1.204_131).exe, Version=13.1.5143.19241, Culture=neutral, PublicKeyToken=18e7249fc760c408, processorArchitecture=x86, type=win32

APPLICATION SUMMARY
* Installable application.
* Trust url parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of http://172.16.1.204:131/tpe/modules/eshell/shell/shell.application?ServerName=172.16.1.204:131&NotFirstInstance=0&EagleServerName=172.16.1.204:131&EagleServerProtocol=http&Cookie=&Protocol=http&SessionID=undefined resulted in exception. Following failure messages were detected:
+ Reference in the manifest does not match the identity of the downloaded assembly Eagle.Common.ThemePack.dll.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [1/31/2014 2:42:14 PM] : Activation of http://172.16.1.204:131/tpe/modules/eshell/shell/shell.application?ServerName=172.16.1.204:131&NotFirstInstance=0&EagleServerName=172.16.1.204:131&EagleServerProtocol=http&Cookie=&Protocol=http&SessionID=undefined has started.
* [1/31/2014 2:42:14 PM] : Processing of deployment manifest has successfully completed.
* [1/31/2014 2:42:14 PM] : Installation of the application has started.
* [1/31/2014 2:42:14 PM] : Processing of application manifest has successfully completed.
* [1/31/2014 2:42:15 PM] : Found compatible runtime version 4.0.30319.
* [1/31/2014 2:42:15 PM] : Detecting dependent assembly WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=msil using WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=msil.
* [1/31/2014 2:42:15 PM] : Detecting dependent assembly System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil using System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil.
* [1/31/2014 2:42:15 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [1/31/2014 2:42:15 PM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
- Reference in the manifest does not match the identity of the downloaded assembly Eagle.Common.ThemePack.dll.
- 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.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, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Posted
Updated 20-Apr-16 20:14pm

1 solution

there is something with deployment. if you rebuilt and re-deploy the solution, you will see it cleared unless there is another problem in your deployment process. this error means that "Eagle.Common.ThemePack.dll" has different signature from the one said in the manifest. if this error still exists after re-deployment, you should reconfigure your publish files and options.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900