ClickOnce: External component has thrown an exception

P

Pieter

Hi,

When using clickOnce for a VB.NET 2.0 application it installs fine on every
computer, except one (a new one...). Every is isstalled, Framework, Mdac,
....
The error in the log file is: "External component has thrown an exception"

Does anybody knows what could have caused this problem?


Thansk a lot in advancec

Pieter



The full log file:

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://serverdata/LogicielTrading/Installer/Sogescol.Client.application

IDENTITIES
Deployment Identity : Sogescol.Client.application, Version=0.9.3.5,
Culture=neutral, PublicKeyToken=45ad061d5f374eff, processorArchitecture=msil

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
\\serverdata\LogicielTrading\Installer\Sogescol.Client.application resulted
in exception. Following failure messages were detected:
+ External component has thrown an exception.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [23/05/2007 13:14:41] : Activation of
\\serverdata\LogicielTrading\Installer\Sogescol.Client.application has
started.
* [23/05/2007 13:14:42] : Processing of deployment manifest has
successfully completed.

ERROR DETAILS
Following errors were detected during this operation.
* [23/05/2007 13:15:59] System.Runtime.InteropServices.SEHException
- External component has thrown an exception.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Internal.Isolation.IStateManager.Scavenge(UInt32
Flags, UInt32& Disposition)
at
System.Deployment.Application.ComponentStore.SubmitStoreTransaction(StoreTransactionContext
storeTxn, SubscriptionState subState)
at
System.Deployment.Application.ComponentStore.SetPendingDeployment(SubscriptionState
subState, DefinitionIdentity deployId, DateTime checkTime)
at
System.Deployment.Application.SubscriptionStore.SetLastCheckTimeToNow(SubscriptionState
subState)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)

COMPONENT STORE TRANSACTION DETAILS
* Transaction at [23/05/2007 13:15:59]
+ System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata
- Status: Set
- HRESULT: 0x0
+ System.Deployment.Internal.Isolation.StoreTransactionOperationType (27)
- HRESULT: 0x0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top