ClickOnce

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have .NET framework 4.0 and Apache 2.2 as our Proxy server. From the proxy on the local machine, I am trying to launch the .aspx page at which time ClickOnce is generating the following error.


PLATFORM VERSION INFO<br/>
Windows : 6.1.7601.65536 (Win32NT)<br/>
Common Language Runtime : 4.0.30319.269<br/>
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)<br/>
clr.dll : 4.0.30319.269 (RTMGDR.030319-2600)<br/>
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)<br/>
dfshim.dll : 4.0.31106.0 (Main.031106-0000)<br/>
<br/>
SOURCES<br/>
Deployment url : http://localhost:8080/services/ucf-1243931048656/Emc.Documentum.Ucf.Client.Impl.application?ucf.home=C%3A%5CUsers%5Czv6776%5CDocumentum%5Cucf-net&ucf.app=shared&version=6.5.0.226&ucf.appHostName=3F796S1<br/>
Server : Apache-Coyote/1.1<br/>
X-Powered-By : Servlet 2.4; JBoss-4.2.0.GA_CP01 (build: SVNTag=JBPAPP_4_2_0_GA_CP01 date=200709131706)/Tomcat-5.5<br/>
<br/>
IDENTITIES<br/>
Deployment Identity : Emc.Documentum.Ucf.Client.Impl.application, Version=6.5.0.0, Culture=neutral, PublicKeyToken=0acf8fbdaa69ecaa, processorArchitecture=x86<br/>
<br/>
APPLICATION SUMMARY<br/>
* Online only application.<br/>
* Trust url parameter is set.<br/>
ERROR SUMMARY<br/>
Below is a summary of the errors, details of these errors are listed later in the log.<br/>
* Activation of http://localhost:8080/services/ucf-1243931048656/Emc.Documentum.Ucf.Client.Impl.application?ucf.home=C%3A%5CUsers%5Czv6776%5CDocumentum%5Cucf-net&ucf.app=shared&version=6.5.0.226&ucf.appHostName=3F796S1 resulted
in exception. Following failure messages were detected:<br/>
+ Activation failed. <br/>
+ Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) <br/>
<br/>
COMPONENT STORE TRANSACTION FAILURE SUMMARY<br/>
No transaction error was detected.<br/>
<br/>
WARNINGS<br/>
There were no warnings during this operation.<br/>
<br/>
OPERATION PROGRESS STATUS<br/>
* [6/5/2012 1:49:38 PM] : Activation of http://localhost:8080/services/ucf-1243931048656/Emc.Documentum.Ucf.Client.Impl.application?ucf.home=C%3A%5CUsers%5Czv6776%5CDocumentum%5Cucf-net&ucf.app=shared&version=6.5.0.226&ucf.appHostName=3F796S1
has started.<br/>
* [6/5/2012 1:49:40 PM] : Processing of deployment manifest has successfully completed.<br/>
<br/>
ERROR DETAILS<br/>
Following errors were detected during this operation.<br/>
* [6/5/2012 1:49:40 PM] System.Deployment.Application.DeploymentException (Activation)<br/>
- Activation failed.<br/>
- Source: System.Deployment<br/>
- Stack trace:<br/>
at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)<br/>
at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)<br/>
at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, String activationParameter, Boolean useActivationParameter)<br/>
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings
browserSettings, String& errorPageUrl)<br/>
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)<br/>
--- Inner Exception ---<br/>
System.UnauthorizedAccessException<br/>
- Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))<br/>
- Source: System.Deployment<br/>
- Stack trace:<br/>
at System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32 hostType, String applicationFullName, Int32 manifestPathsCount, String[] manifestPaths, Int32 activationDataCount, String[] activationData,
PROCESS_INFORMATION processInformation)<br/>
at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)<br/>
<br/>
COMPONENT STORE TRANSACTION DETAILS<br/>
* Transaction at [6/5/2012 1:49:40 PM]<br/>
+ System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata<br/>
- Status: Set<br/>
- HRESULT: 0x0<br/>
+ System.Deployment.Internal.Isolation.StoreTransactionOperationType (27)<br/>
- HRESULT: 0x0
Based on some previous blog discussions, I have tried to delete the App2.0 folder and still the error persists. Please advise what needs to be done to resolve this.


View the full article
 
Back
Top