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>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>8ZM7huWXhgu5oLImFTfajLx6PUY=</
dsig:DigestValue>
</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>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>abbccrWxisiAP1XUx5ZRpCl5Lv4=</
dsig:DigestValue>
</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>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>eb7PWtdi+M7K7UbJsQ5ef6q6FWY=</
dsig:DigestValue>
</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>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>kw926E8Tc4M2VafKQyz2ZdCZHrY=</
dsig:DigestValue>
</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>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>J/MgCYRd/sWi6FsD6FvIwDC/31g=</
dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="household.mdd" size="345378">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>QmZBBBWFEtQCDcpHB4m+je/UTEU=</
dsig:DigestValue>
</hash>
</file>
<file name="msvcp71.dll" size="499712">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>yMywTu2sghoT+uMUokNRkoYMcrg=</
dsig:DigestValue>
</hash>
</file>
<file name="msvcr71.dll" size="348160">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-
com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
xmldsig#sha1" />
<dsig:DigestValue>1VAqHQB4fWj1SN3uu94eyl4rOMo=</
dsig:DigestValue>
</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:AuthenticodePublisher><as:X509SubjectName>CN=SPSS\qiangli</
as:X509SubjectName></as:AuthenticodePublisher></
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/
2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://
www.w3.org/2000/09/xmldsig#sha1" /
><DigestValue>PzHrj2BSPHkERe2m4Z6G08865JM=</DigestValue></Reference></
SignedInfo><SignatureValue>eKqFDuB/
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

Re: ClickOnce and Side-by-Side com components by RobinS

RobinS
Sun Aug 19 23:11:16 CDT 2007

Did you figure out a solution to your problem?

Robin S.
-------------------------
"Bruce Lee" <bruce.li@gmail.com> wrote in message
news:1185266247.762196.225250@q75g2000hsh.googlegroups.com...
> 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>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>8ZM7huWXhgu5oLImFTfajLx6PUY=</
> dsig:DigestValue>
> </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>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>abbccrWxisiAP1XUx5ZRpCl5Lv4=</
> dsig:DigestValue>
> </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>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>eb7PWtdi+M7K7UbJsQ5ef6q6FWY=</
> dsig:DigestValue>
> </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>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>kw926E8Tc4M2VafKQyz2ZdCZHrY=</
> dsig:DigestValue>
> </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>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>J/MgCYRd/sWi6FsD6FvIwDC/31g=</
> dsig:DigestValue>
> </hash>
> </dependentAssembly>
> </dependency>
> <file name="household.mdd" size="345378">
> <hash>
> <dsig:Transforms>
> <dsig:Transform Algorithm="urn:schemas-microsoft-
> com:HashTransforms.Identity" />
> </dsig:Transforms>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>QmZBBBWFEtQCDcpHB4m+je/UTEU=</
> dsig:DigestValue>
> </hash>
> </file>
> <file name="msvcp71.dll" size="499712">
> <hash>
> <dsig:Transforms>
> <dsig:Transform Algorithm="urn:schemas-microsoft-
> com:HashTransforms.Identity" />
> </dsig:Transforms>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>yMywTu2sghoT+uMUokNRkoYMcrg=</
> dsig:DigestValue>
> </hash>
> </file>
> <file name="msvcr71.dll" size="348160">
> <hash>
> <dsig:Transforms>
> <dsig:Transform Algorithm="urn:schemas-microsoft-
> com:HashTransforms.Identity" />
> </dsig:Transforms>
> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/
> xmldsig#sha1" />
> <dsig:DigestValue>1VAqHQB4fWj1SN3uu94eyl4rOMo=</
> dsig:DigestValue>
> </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:AuthenticodePublisher><as:X509SubjectName>CN=SPSS\qiangli</
> as:X509SubjectName></as:AuthenticodePublisher></
> 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/
> 2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://
> www.w3.org/2000/09/xmldsig#sha1" /
>><DigestValue>PzHrj2BSPHkERe2m4Z6G08865JM=</DigestValue></Reference></
> SignedInfo><SignatureValue>eKqFDuB/
> 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
>



Re: ClickOnce and Side-by-Side com components by Bruce

Bruce
Fri Aug 24 01:58:19 CDT 2007

On Aug 20, 12:11 pm, "RobinS" <Rob...@NoSpam.yah.none> wrote:
> Did you figure out a solution to your problem?
>
> Robin S.
> -------------------------"Bruce Lee" <bruce...@gmail.com> wrote in message
>
> news:1185266247.762196.225250@q75g2000hsh.googlegroups.com...
>
>
>
> > 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=3D"1.0" encoding=3D"utf-8"?>
> > <asmv1:assembly xsi:schemaLocation=3D"urn:schemas-microsoft-com:asm.v1
> > assembly.adaptive.xsd" manifestVersion=3D"1.0" xmlns:dsig=3D"http://
> >www.w3.org/2000/09/xmldsig#" xmlns=3D"urn:schemas-microsoft-com:asm.v2"
> > xmlns:asmv1=3D"urn:schemas-microsoft-com:asm.v1"
> > xmlns:asmv2=3D"urn:schemas-microsoft-com:asm.v2" xmlns:xsi=3D"http://
> >www.w3.org/2001/XMLSchema-instance">
> > <asmv1:assemblyIdentity name=3D"Win2.exe" version=3D"1.0.0.3"
> > publicKeyToken=3D"4b695373bac7fb70" language=3D"neutral"
> > processorArchitecture=3D"msil" type=3D"win32" />
> > <application />
> > <entryPoint>
> > <assemblyIdentity name=3D"Win2" version=3D"1.0.0.0" language=3D"neut=
ral"
> > processorArchitecture=3D"msil" />
> > <commandLine file=3D"Win2.exe" parameters=3D"" />
> > </entryPoint>
> > <trustInfo>
> > <security>
> > <applicationRequestMinimum>
> > <PermissionSet class=3D"System.Security.PermissionSet"
> > version=3D"1" Unrestricted=3D"true" ID=3D"Custom" SameSite=3D"site" />
> > <defaultAssemblyRequest permissionSetReference=3D"Custom" />
> > </applicationRequestMinimum>
> > </security>
> > </trustInfo>
> > <dependency>
> > <dependentOS>
> > <osVersionInfo>
> > <os majorVersion=3D"4" minorVersion=3D"10" buildNumber=3D"0"
> > servicePackMajor=3D"0" />
> > </osVersionInfo>
> > </dependentOS>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"preRequisite"
> > allowDelayedBinding=3D"true">
> > <assemblyIdentity name=3D"Microsoft.Windows.CommonLanguageRuntime"
> > version=3D"2.0.50727.0" />
> > </dependentAssembly>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"install"
> > allowDelayedBinding=3D"true" codebase=3D"Interop.MDMLib.dll"
> > size=3D"262144">
> > <assemblyIdentity name=3D"Interop.MDMLib" version=3D"2.0.0.0"
> > language=3D"neutral" processorArchitecture=3D"msil" />
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>8ZM7huWXhgu5oLImFTfajLx6PUY=3D</
> > dsig:DigestValue>
> > </hash>
> > </dependentAssembly>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"install"
> > allowDelayedBinding=3D"true" codebase=3D"Interop.MRLIBVERLib.dll"
> > size=3D"11776">
> > <assemblyIdentity name=3D"Interop.MRLIBVERLib" version=3D"1.0.0.0"
> > language=3D"neutral" processorArchitecture=3D"msil" />
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>abbccrWxisiAP1XUx5ZRpCl5Lv4=3D</
> > dsig:DigestValue>
> > </hash>
> > </dependentAssembly>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"install"
> > allowDelayedBinding=3D"true" codebase=3D"mrMsg0409.X.manifest"
> > size=3D"5439">
> > <assemblyIdentity name=3D"mrMsg0409.X" version=3D"1.0.0.0"
> > publicKeyToken=3D"4b695373bac7fb70" processorArchitecture=3D"x86"
> > type=3D"win32" />
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>eb7PWtdi+M7K7UbJsQ5ef6q6FWY=3D</
> > dsig:DigestValue>
> > </hash>
> > </dependentAssembly>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"install"
> > allowDelayedBinding=3D"true" codebase=3D"mrScriptMDSC.X.manifest"
> > size=3D"6350">
> > <assemblyIdentity name=3D"mrScriptMDSC.X" version=3D"1.0.0.0"
> > publicKeyToken=3D"4b695373bac7fb70" processorArchitecture=3D"x86"
> > type=3D"win32" />
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>kw926E8Tc4M2VafKQyz2ZdCZHrY=3D</
> > dsig:DigestValue>
> > </hash>
> > </dependentAssembly>
> > </dependency>
> > <dependency>
> > <dependentAssembly dependencyType=3D"install"
> > allowDelayedBinding=3D"true" codebase=3D"Win2.exe" size=3D"8704">
> > <assemblyIdentity name=3D"Win2" version=3D"1.0.0.0"
> > language=3D"neutral" processorArchitecture=3D"msil" />
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>J/MgCYRd/sWi6FsD6FvIwDC/31g=3D</
> > dsig:DigestValue>
> > </hash>
> > </dependentAssembly>
> > </dependency>
> > <file name=3D"household.mdd" size=3D"345378">
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>QmZBBBWFEtQCDcpHB4m+je/UTEU=3D</
> > dsig:DigestValue>
> > </hash>
> > </file>
> > <file name=3D"msvcp71.dll" size=3D"499712">
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>yMywTu2sghoT+uMUokNRkoYMcrg=3D</
> > dsig:DigestValue>
> > </hash>
> > </file>
> > <file name=3D"msvcr71.dll" size=3D"348160">
> > <hash>
> > <dsig:Transforms>
> > <dsig:Transform Algorithm=3D"urn:schemas-microsoft-
> > com:HashTransforms.Identity" />
> > </dsig:Transforms>
> > <dsig:DigestMethod Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#sha1" />
> > <dsig:DigestValue>1VAqHQB4fWj1SN3uu94eyl4rOMo=3D</
> > dsig:DigestValue>
> > </hash>
> > </file>
> > <publisherIdentity name=3D"CN=3DSPSS\qiangli"
> > issuerKeyHash=3D"09647a8e643437b204d24f58a268e835656f6cb5" /><Signature
> > Id=3D"StrongNameSignature" xmlns=3D"http://www.w3.org/2000/09/
> > xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm=3D"http://
> >www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm=3D"http://
> >www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
> > URI=3D""><Transforms><Transform Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#enveloped-signature" /><Transform Algorithm=3D"http://www.w3.or=
g/
> > 2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm=3D"http://
> >www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>I+zhtB//
> > qhgTcBr2C1EwxuizgL8=3D</DigestValue></Reference></
> > SignedInfo><SignatureValue>cxSjGYNEGFyhZA/+Jy9pbtxptRv
> > +KvuwBpyqFoFHv8AJ5M
> > +DCZJcE2+gsFnxCksfbaTGc6jojHLabegIjbgtkOeEl8bnCSYborFEZueyK5XZpzmUiCA2d=
INSm=ADmIL5PtJhoyrGjxcrSuWWCI
> > +r5l6hdVdYgQGXQp9wKhcUzcf+FM=3D</SignatureValue><KeyInfo
> > Id=3D"StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
> > kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
> > ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
> > k5LaP68wH0N55HR3bew4vI1ZDs=3D</Modulus><Exponent>AQAB</Exponent></
> > RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel=3D"http://
> > schemas.microsoft.com/windows/rel/2005/reldata"><r:license
> > xmlns:r=3D"urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as=3D"http://
> > schemas.microsoft.com/windows/pki/2005/
> > Authenticode"><r:grant><as:ManifestInformation
> > Hash=3D"bf80b3e8c630510bf61a701318aaff1fb4e1ec23" Description=3D""
> > Url=3D""><as:assemblyIdentity name=3D"Win2.exe" version=3D"1.0.0.3"
> > publicKeyToken=3D"4b695373bac7fb70" language=3D"neutral"
> > processorArchitecture=3D"msil" type=3D"win32" /></
> > as:ManifestInformation><as:SignedBy /
> >><as:AuthenticodePublisher><as:X509SubjectName>CN=3DSPSS\qiangli</
> > as:X509SubjectName></as:AuthenticodePublisher></
> > r:grant><r:issuer><Signature Id=3D"AuthenticodeSignature" xmlns=3D"http=
://
> >www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod
> > Algorithm=3D"http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod
> > Algorithm=3D"http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference
> > URI=3D""><Transforms><Transform Algorithm=3D"http://www.w3.org/2000/09/
> > xmldsig#enveloped-signature" /><Transform Algorithm=3D"http://www.w3.or=
g/
> > 2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm=3D"http://
> >www.w3.org/2000/09/xmldsig#sha1" /
> >><DigestValue>PzHrj2BSPHkERe2m4Z6G08865JM=3D</DigestValue></Reference></
> > SignedInfo><SignatureValue>eKqFDuB/
> > TpFPQRFgSOayG0Lkf7PUf1iA7ZzL9umB87cy2nLG7joh6SoEoLjgxRzFSbLES7B0vZlB1NE=
WiLX=ADZ3rURsuA
> > +WAP8CyjO4SS5fFL11J7HMJAwuOiT5PmDbgvV/
> > aE3LVrwwmSHH5DCIDjcOFOaoJP6UnhV391XT88zJ+s=3D</
> > SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>oE2OroNs/
> > kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
> > ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
> > k5LaP68wH0N55HR3bew4vI1ZDs=3D</Modulus><Exponent>AQAB</Exponent></
> > RSAKeyValue></
> > KeyValue><X509Data><X509Certificate>MIIBwTCCAS6gAwIBAgIQCRvCoO3pf59H/
> > bMsJi8deTAJBgUrDgMCHQUAMCMxITAfBgNVBAMeGABTAFAAUwBTAFwAcQBpAGEAbgBnAGwA=
aTAe=ADFw0wNzA2MTgwNzA3MjhaFw0wODA2MTcxMzA3MjhaMCMxITAfBgNVBAMeGABTAFAAUwBT=
AFwAcQB=ADpAGEAbgBnAGwAaTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoE2OroNs/
> > kzpdvPnSPc8QcUUTyjMJSQJIYR2pU6o84svnYwI3giBD5XjjCReOPwB+X9eA/W9YV8SD9/
> > ITLii5w7oh5zmQLsaGul8T+vMgIccwa0osS9jxThjC9tUSs5WkyH3gYQp6I/1FXiL/
> > k5LaP68wH0N55HR3bew4vI1ZDsCAwEAATAJBgUrDgMCHQUAA4GBAD/
> > Oi3VmTULmuRdQYEUjmUKKcYeuuIvt1Xva8N3Cnd/qfp
> > +y4zaTWpH92yfpnY429IHqR9shYaw1j4U9QCUbzETsh0FbfLK3PHLlFDVzvC7zOlwgJle0K=
HVIo=ADQYk0wN4te3K7l6dXX6Mm
> > +e+KGMPHBaEFDQ033LmVC7zxNc6FVn4</X509Certificate></X509Data></
>
> ...
>
> read more =BB- Hide quoted text -
>
> - Show quoted text -

not yet.