ClickOnce broken

  • Thread starter Thread starter GiddyUpHorsey
  • Start date Start date
G

GiddyUpHorsey

One of our users has a problem reinstalling ClickOnce after running
System Restore and uninstalling our ClickOnce application. They get
the following error when trying to reinstall the ClickOnce
application. Why does this problem happen and how can I fix it?


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:///M:/Releases/Head%20Office/Willis/ClickOnce/AscentTechnologyLimited.Willis.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of M:\Releases\Head Office\Willis\ClickOnce
\AscentTechnologyLimited.Willis.application resulted in exception.
Following failure messages were detected:
+ The referenced assembly is not installed on your system.
(Exception from HRESULT: 0x800736B3)

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [19/04/2007 10:16:46 a.m.] : Activation of M:\Releases\Head Office
\Willis\ClickOnce\AscentTechnologyLimited.Willis.application has
started.

ERROR DETAILS
Following errors were detected during this operation.
* [19/04/2007 10:16:46 a.m.]
System.Runtime.InteropServices.COMException
- The referenced assembly is not installed on your system.
(Exception from HRESULT: 0x800736B3)
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Internal.Isolation.IStore.GetAssemblyInformation(UInt32
Flags, IDefinitionIdentity DefinitionIdentity, Guid& riid)
at
System.Deployment.Internal.Isolation.Store.GetAssemblyManifest(UInt32
Flags, IDefinitionIdentity DefinitionIdentity)
at
System.Deployment.Application.ComponentStore.GetSubscriptionStateInternal(DefinitionIdentity
subId)
at
System.Deployment.Application.SubscriptionStore.GetSubscriptionStateInternal(SubscriptionState
subState)
at
System.Deployment.Application.SubscriptionStore.CheckAndReferenceApplication(SubscriptionState
subState, DefinitionAppId appId, Int64 transactionId)
at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState&
subState, IDownloadNotification notification, DownloadOptions options,
ServerInformation& serverInformation)
at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState&
subState, IDownloadNotification notification, DownloadOptions options)
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.
 
Are there any prerequisite installs for your application? Does it work
if another user logs into the machine?

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



One of our users has a problem reinstalling ClickOnce after running
System Restore and uninstalling our ClickOnce application. They get
the following error when trying to reinstall the ClickOnce
application. Why does this problem happen and how can I fix it?


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:///M:/Releases/Head%20Office/Willis/ClickOnce/AscentTechnologyLimited.Willis.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of M:\Releases\Head Office\Willis\ClickOnce
\AscentTechnologyLimited.Willis.application resulted in exception.
Following failure messages were detected:
+ The referenced assembly is not installed on your system.
(Exception from HRESULT: 0x800736B3)

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [19/04/2007 10:16:46 a.m.] : Activation of M:\Releases\Head Office
\Willis\ClickOnce\AscentTechnologyLimited.Willis.application has
started.

ERROR DETAILS
Following errors were detected during this operation.
* [19/04/2007 10:16:46 a.m.]
System.Runtime.InteropServices.COMException
- The referenced assembly is not installed on your system.
(Exception from HRESULT: 0x800736B3)
- Source: System.Deployment
- Stack trace:
at
System.Deployment.Internal.Isolation.IStore.GetAssemblyInformation(UInt32
Flags, IDefinitionIdentity DefinitionIdentity, Guid& riid)
at
System.Deployment.Internal.Isolation.Store.GetAssemblyManifest(UInt32
Flags, IDefinitionIdentity DefinitionIdentity)
at
System.Deployment.Application.ComponentStore.GetSubscriptionStateInternal(DefinitionIdentity
subId)
at
System.Deployment.Application.SubscriptionStore.GetSubscriptionStateInternal(SubscriptionState
subState)
at
System.Deployment.Application.SubscriptionStore.CheckAndReferenceApplication(SubscriptionState
subState, DefinitionAppId appId, Int64 transactionId)
at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState&
subState, IDownloadNotification notification, DownloadOptions options,
ServerInformation& serverInformation)
at
System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState&
subState, IDownloadNotification notification, DownloadOptions options)
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.
 
Back
Top