Click here to Skip to main content
15,894,955 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
We are using clickonce technology to install the VB.Net 2.0 windows based application on client system.It installs and works fine on every client system except one system.The system generated error message as "Please contact application vendor"

If we click on detail button on this message window ,following error message has captured in the log file

PLATFORM VERSION INFO
Windows : 5.1.2600.196608 (Win32NT)
Common Language Runtime : 2.0.50727.3615
System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000)
mscorwks.dll : 2.0.50727.3615 (GDR.050727-3600)
dfdll.dll : 2.0.50727.3053 (netfxsp.050727-3000)
dfshim.dll : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
Deployment url : file:///C:/documents%20and%20settings/ragup/Desktop/BASE.appref-ms%7c
Deployment Provider url : file:///ragupshare/Base/BaseSetup/BASE.application
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:/documents and settings/ragup/Desktop/BASE.appref-ms | resulted in exception. Following failure messages were detected:
+ External component has thrown as exception.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [11/22/2010 7:14:31 AM] : Activation of C:/documents and settings/ragup/Desktop/BASE.appref-ms has started.
* [11/22/2010 7:14:31 AM] : perform necessary update check as specified by the deployment.
* [11/22/2010 7:14:37 AM] : consuming new update

ERROR DETAILS
Following errors were detected during this operation.
* [11/22/2010 7:14:37 AM] System.Runtime.InteropServices.SEHException
- External component has thrown an error message.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Internal.isolation.Manifest.IDescriptionMetadataEntry.get_AllData()
at System.Deployment.Application.manifest.AssemblyManifest.get_Description()
at System.Deployment.Application.subscriptionstate.get_EffectiveDescription()
at System.Deployment.Application.ApplicationActivator.ConsumeupdateDeployment( SubscriptionState& subState,ActivationDescriptor actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentUpdate( SubscriptionState& subState,string &errorpageUrl)
at System.Deployment.Application.ApplicationActivator.ProcessFollowShortcut(string shortCutFile,string &errorpageUrl, TempFile& deployFile)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)


COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Posted
Comments
Dave Kreskowiak 23-Nov-10 11:11am    
It doesn't look like it, but does this machine have any Beta versions of the .NET Framework installed??

It looks like you've got .NET 2.0 SP2 and .NET 3.5 SP1 installed (which is a good thing)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900