B
Bruce Lee
Hi all,
I'm trying to publish my .net application with some side-by-side com
components but no success so far.
My manifest is:
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1
assembly.adaptive.xsd" manifestVersion="1.0" xmlns:dsig="http://
www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2"
xmlns:asmv1="urn:schemas-microsoft-com:asm.v1"
xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
<asmv1:assemblyIdentity name="Win2.exe" version="1.0.0.3"
publicKeyToken="4b695373bac7fb70" language="neutral"
processorArchitecture="msil" type="win32" />
<application />
<entryPoint>
<assemblyIdentity name="Win2" version="1.0.0.0" language="neutral"
processorArchitecture="msil" />
<commandLine file="Win2.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet class="System.Security.PermissionSet"
version="1" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="4" minorVersion="10" buildNumber="0"
servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite"
allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime"
version="2.0.50727.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Interop.MDMLib.dll"
size="262144">
<assemblyIdentity name="Interop.MDMLib" version="2.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>8ZM7huWXhgu5oLImFTfajLx6PUY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Interop.MRLIBVERLib.dll"
size="11776">
<assemblyIdentity name="Interop.MRLIBVERLib" version="1.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>abbccrWxisiAP1XUx5ZRpCl5Lv4=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="mrMsg0409.X.manifest"
size="5439">
<assemblyIdentity name="mrMsg0409.X" version="1.0.0.0"
publicKeyToken="4b695373bac7fb70" processorArchitecture="x86"
type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>eb7PWtdi+M7K7UbJsQ5ef6q6FWY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="mrScriptMDSC.X.manifest"
size="6350">
<assemblyIdentity name="mrScriptMDSC.X" version="1.0.0.0"
publicKeyToken="4b695373bac7fb70" processorArchitecture="x86"
type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>kw926E8Tc4M2VafKQyz2ZdCZHrY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Win2.exe" size="8704">
<assemblyIdentity name="Win2" version="1.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>J/MgCYRd/sWi6FsD6FvIwDC/31g=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="household.mdd" size="345378">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>QmZBBBWFEtQCDcpHB4m+je/UTEU=</
dsigigestValue>
</hash>
</file>
<file name="msvcp71.dll" size="499712">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>yMywTu2sghoT+uMUokNRkoYMcrg=</
dsigigestValue>
</hash>
</file>
<file name="msvcr71.dll" size="348160">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>1VAqHQB4fWj1SN3uu94eyl4rOMo=</
dsigigestValue>
</hash>
</file>
<publisherIdentity name="CN=SPSS\qiangli"
issuerKeyHash="09647a8e643437b204d24f58a268e835656f6cb5" /><Signature
Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/
xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://
www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://
www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/
xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/
2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://
www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>I+zhtB//
qhgTcBr2C1EwxuizgL8=</DigestValue></Reference></
SignedInfo><SignatureValue>cxSjGYNEGFyhZA/+Jy9pbtxptRv
+KvuwBpyqFoFHv8AJ5M
+DCZJcE2+gsFnxCksfbaTGc6jojHLabegIjbgtkOeEl8bnCSYborFEZueyK5XZpzmUiCA2dINSmmIL5PtJhoyrGjxcrSuWWCI
+r5l6hdVdYgQGXQp9wKhcUzcf+FM=</SignatureValue><KeyInfo
Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDs=</Modulus><Exponent>AQAB</Exponent></
RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://
schemas.microsoft.com/windows/rel/2005/reldata"><r:license
xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://
schemas.microsoft.com/windows/pki/2005/
Authenticode"><r:grant><as:ManifestInformation
Hash="bf80b3e8c630510bf61a701318aaff1fb4e1ec23" Description=""
Url=""><as:assemblyIdentity name="Win2.exe" version="1.0.0.3"
publicKeyToken="4b695373bac7fb70" language="neutral"
processorArchitecture="msil" type="win32" /></
as:ManifestInformation><as:SignedBy /
r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://
www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/
xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/
TpFPQRFgSOayG0Lkf7PUf1iA7ZzL9umB87cy2nLG7joh6SoEoLjgxRzFSbLES7B0vZlB1NEWiLXZ3rURsuA
+WAP8CyjO4SS5fFL11J7HMJAwuOiT5PmDbgvV/
aE3LVrwwmSHH5DCIDjcOFOaoJP6UnhV391XT88zJ+s=</
SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDs=</Modulus><Exponent>AQAB</Exponent></
RSAKeyValue></
KeyValue><X509Data><X509Certificate>MIIBwTCCAS6gAwIBAgIQCRvCoO3pf59H/
bMsJi8deTAJBgUrDgMCHQUAMCMxITAfBgNVBAMeGABTAFAAUwBTAFwAcQBpAGEAbgBnAGwAaTAeFw0wNzA2MTgwNzA3MjhaFw0wODA2MTcxMzA3MjhaMCMxITAfBgNVBAMeGABTAFAAUwBTAFwAcQBpAGEAbgBnAGwAaTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDsCAwEAATAJBgUrDgMCHQUAA4GBAD/
Oi3VmTULmuRdQYEUjmUKKcYeuuIvt1Xva8N3Cnd/qfp
+y4zaTWpH92yfpnY429IHqR9shYaw1j4U9QCUbzETsh0FbfLK3PHLlFDVzvC7zOlwgJle0KHVIoQYk0wN4te3K7l6dXX6Mm
+e+KGMPHBaEFDQ033LmVC7zxNc6FVn4</X509Certificate></X509Data></
KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></
Signature></asmv1:assembly>
And the error log I got is:
PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.832
System.Deployment.dll : 2.0.50727.832 (QFE.050727-8300)
mscorwks.dll : 2.0.50727.832 (QFE.050727-8300)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)
SOURCES
Deployment url : http://localhost/SXSMR/Win2.application
Server : Microsoft-IIS/5.1
X-Powered-By : ASP.NET
Application url : http://localhost/SXSMR/Win2_1_0_0_6/win2.exe.manifest
Server : Microsoft-IIS/5.1
X-Powered-By : ASP.NET
IDENTITIES
Deployment Identity : Win2.application, Version=1.0.0.6,
Culture=neutral, PublicKeyToken=4b695373bac7fb70,
processorArchitecture=msil
Application Identity : Win2.exe, Version=1.0.0.3, Culture=neutral,
PublicKeyToken=4b695373bac7fb70, processorArchitecture=msil,
type=win32
APPLICATION SUMMARY
* Online only application.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of http://localhost/SXSMR/Win2.application resulted in
exception. Following failure messages were detected:
+ Parsing and DOM creation of the manifest resulted in error.
Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
+ A device attached to the system is not functioning. (Exception
from HRESULT: 0x8007001F)
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [2007-7-24 14:54:48] : Activation of http://localhost/SXSMR/Win2.application
has started.
* [2007-7-24 14:54:48] : Processing of deployment manifest has
successfully completed.
* [2007-7-24 14:54:48] : Installation of the application has started.
* [2007-7-24 14:54:48] : Processing of application manifest has
successfully completed.
* [2007-7-24 14:54:50] : Request of trust and detection of platform
is complete.
ERROR DETAILS
Following errors were detected during this operation.
* [2007-7-24 14:54:50]
System.Deployment.Application.InvalidDeploymentException
(ManifestParse)
- Parsing and DOM creation of the manifest resulted in error.
Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream
stream)
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadFromRawXmlFile(String
filePath)
at
System.Deployment.Application.Manifest.AssemblyManifest..ctor(String
filePath)
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)
--- Inner Exception ---
System.Runtime.InteropServices.COMException
- A device attached to the system is not functioning. (Exception
from HRESULT: 0x8007001F)
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Internal.Isolation.IsolationInterop.CreateCMSFromXml(Byte[]
buffer, UInt32 bufferSize, IManifestParseErrorCallback Callback, Guid&
riid)
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream
stream)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Can anyone here give me some tips on this? Thanks in advance!
Regards,
Bruce
I'm trying to publish my .net application with some side-by-side com
components but no success so far.
My manifest is:
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1
assembly.adaptive.xsd" manifestVersion="1.0" xmlns:dsig="http://
www.w3.org/2000/09/xmldsig#" xmlns="urn:schemas-microsoft-com:asm.v2"
xmlns:asmv1="urn:schemas-microsoft-com:asm.v1"
xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
<asmv1:assemblyIdentity name="Win2.exe" version="1.0.0.3"
publicKeyToken="4b695373bac7fb70" language="neutral"
processorArchitecture="msil" type="win32" />
<application />
<entryPoint>
<assemblyIdentity name="Win2" version="1.0.0.0" language="neutral"
processorArchitecture="msil" />
<commandLine file="Win2.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet class="System.Security.PermissionSet"
version="1" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="4" minorVersion="10" buildNumber="0"
servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite"
allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime"
version="2.0.50727.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Interop.MDMLib.dll"
size="262144">
<assemblyIdentity name="Interop.MDMLib" version="2.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>8ZM7huWXhgu5oLImFTfajLx6PUY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Interop.MRLIBVERLib.dll"
size="11776">
<assemblyIdentity name="Interop.MRLIBVERLib" version="1.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>abbccrWxisiAP1XUx5ZRpCl5Lv4=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="mrMsg0409.X.manifest"
size="5439">
<assemblyIdentity name="mrMsg0409.X" version="1.0.0.0"
publicKeyToken="4b695373bac7fb70" processorArchitecture="x86"
type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>eb7PWtdi+M7K7UbJsQ5ef6q6FWY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="mrScriptMDSC.X.manifest"
size="6350">
<assemblyIdentity name="mrScriptMDSC.X" version="1.0.0.0"
publicKeyToken="4b695373bac7fb70" processorArchitecture="x86"
type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>kw926E8Tc4M2VafKQyz2ZdCZHrY=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install"
allowDelayedBinding="true" codebase="Win2.exe" size="8704">
<assemblyIdentity name="Win2" version="1.0.0.0"
language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>J/MgCYRd/sWi6FsD6FvIwDC/31g=</
dsigigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="household.mdd" size="345378">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>QmZBBBWFEtQCDcpHB4m+je/UTEU=</
dsigigestValue>
</hash>
</file>
<file name="msvcp71.dll" size="499712">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>yMywTu2sghoT+uMUokNRkoYMcrg=</
dsigigestValue>
</hash>
</file>
<file name="msvcr71.dll" size="348160">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsigigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsigigestValue>1VAqHQB4fWj1SN3uu94eyl4rOMo=</
dsigigestValue>
</hash>
</file>
<publisherIdentity name="CN=SPSS\qiangli"
issuerKeyHash="09647a8e643437b204d24f58a268e835656f6cb5" /><Signature
Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/
xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://
www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://
www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/
xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/
2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://
www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>I+zhtB//
qhgTcBr2C1EwxuizgL8=</DigestValue></Reference></
SignedInfo><SignatureValue>cxSjGYNEGFyhZA/+Jy9pbtxptRv
+KvuwBpyqFoFHv8AJ5M
+DCZJcE2+gsFnxCksfbaTGc6jojHLabegIjbgtkOeEl8bnCSYborFEZueyK5XZpzmUiCA2dINSmmIL5PtJhoyrGjxcrSuWWCI
+r5l6hdVdYgQGXQp9wKhcUzcf+FM=</SignatureValue><KeyInfo
Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDs=</Modulus><Exponent>AQAB</Exponent></
RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://
schemas.microsoft.com/windows/rel/2005/reldata"><r:license
xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://
schemas.microsoft.com/windows/pki/2005/
Authenticode"><r:grant><as:ManifestInformation
Hash="bf80b3e8c630510bf61a701318aaff1fb4e1ec23" Description=""
Url=""><as:assemblyIdentity name="Win2.exe" version="1.0.0.3"
publicKeyToken="4b695373bac7fb70" language="neutral"
processorArchitecture="msil" type="win32" /></
as:ManifestInformation><as:SignedBy /
as:X509SubjectName></as:AuthenticodePublisher></<as:AuthenticodePublisher><as:X509SubjectName>CN=SPSS\qiangli</
r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://
www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod
Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/
xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/
SignedInfo><SignatureValue>eKqFDuB/2001/10/xml-exc-c14n#" /> said:<DigestValue>PzHrj2BSPHkERe2m4Z6G08865JM=</DigestValue></Reference></
TpFPQRFgSOayG0Lkf7PUf1iA7ZzL9umB87cy2nLG7joh6SoEoLjgxRzFSbLES7B0vZlB1NEWiLXZ3rURsuA
+WAP8CyjO4SS5fFL11J7HMJAwuOiT5PmDbgvV/
aE3LVrwwmSHH5DCIDjcOFOaoJP6UnhV391XT88zJ+s=</
SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDs=</Modulus><Exponent>AQAB</Exponent></
RSAKeyValue></
KeyValue><X509Data><X509Certificate>MIIBwTCCAS6gAwIBAgIQCRvCoO3pf59H/
bMsJi8deTAJBgUrDgMCHQUAMCMxITAfBgNVBAMeGABTAFAAUwBTAFwAcQBpAGEAbgBnAGwAaTAeFw0wNzA2MTgwNzA3MjhaFw0wODA2MTcxMzA3MjhaMCMxITAfBgNVBAMeGABTAFAAUwBTAFwAcQBpAGEAbgBnAGwAaTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoE2OroNs/
kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
k5LaP68wH0N55HR3bew4vI1ZDsCAwEAATAJBgUrDgMCHQUAA4GBAD/
Oi3VmTULmuRdQYEUjmUKKcYeuuIvt1Xva8N3Cnd/qfp
+y4zaTWpH92yfpnY429IHqR9shYaw1j4U9QCUbzETsh0FbfLK3PHLlFDVzvC7zOlwgJle0KHVIoQYk0wN4te3K7l6dXX6Mm
+e+KGMPHBaEFDQ033LmVC7zxNc6FVn4</X509Certificate></X509Data></
KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></
Signature></asmv1:assembly>
And the error log I got is:
PLATFORM VERSION INFO
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.832
System.Deployment.dll : 2.0.50727.832 (QFE.050727-8300)
mscorwks.dll : 2.0.50727.832 (QFE.050727-8300)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)
SOURCES
Deployment url : http://localhost/SXSMR/Win2.application
Server : Microsoft-IIS/5.1
X-Powered-By : ASP.NET
Application url : http://localhost/SXSMR/Win2_1_0_0_6/win2.exe.manifest
Server : Microsoft-IIS/5.1
X-Powered-By : ASP.NET
IDENTITIES
Deployment Identity : Win2.application, Version=1.0.0.6,
Culture=neutral, PublicKeyToken=4b695373bac7fb70,
processorArchitecture=msil
Application Identity : Win2.exe, Version=1.0.0.3, Culture=neutral,
PublicKeyToken=4b695373bac7fb70, processorArchitecture=msil,
type=win32
APPLICATION SUMMARY
* Online only application.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of http://localhost/SXSMR/Win2.application resulted in
exception. Following failure messages were detected:
+ Parsing and DOM creation of the manifest resulted in error.
Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
+ A device attached to the system is not functioning. (Exception
from HRESULT: 0x8007001F)
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [2007-7-24 14:54:48] : Activation of http://localhost/SXSMR/Win2.application
has started.
* [2007-7-24 14:54:48] : Processing of deployment manifest has
successfully completed.
* [2007-7-24 14:54:48] : Installation of the application has started.
* [2007-7-24 14:54:48] : Processing of application manifest has
successfully completed.
* [2007-7-24 14:54:50] : Request of trust and detection of platform
is complete.
ERROR DETAILS
Following errors were detected during this operation.
* [2007-7-24 14:54:50]
System.Deployment.Application.InvalidDeploymentException
(ManifestParse)
- Parsing and DOM creation of the manifest resulted in error.
Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream
stream)
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadFromRawXmlFile(String
filePath)
at
System.Deployment.Application.Manifest.AssemblyManifest..ctor(String
filePath)
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)
--- Inner Exception ---
System.Runtime.InteropServices.COMException
- A device attached to the system is not functioning. (Exception
from HRESULT: 0x8007001F)
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Internal.Isolation.IsolationInterop.CreateCMSFromXml(Byte[]
buffer, UInt32 bufferSize, IManifestParseErrorCallback Callback, Guid&
riid)
at
System.Deployment.Application.Manifest.AssemblyManifest.LoadCMSFromStream(Stream
stream)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Can anyone here give me some tips on this? Thanks in advance!
Regards,
Bruce