Amy
Amy

Reputation: 21

Clickonce application is already installed in another location. Please uninstall application

I'm facing some issues in the auto-updating for clickonce application. It keeps prompting this exception in the details log: System.Deployment.Application.Deployment.Exception(GroupMultipleMatch). I have tried researching around but nothing comes up. Need to resolve this error soon, anyone have an idea on this exception?

Here's the error detail log:
Component Store transaction failure summary
No transaction error was detected.

Warnings
The manifest for this application does no have a signature. signature validation will be ignored.
The manifest for this application does no have a signature. signature validation will be ignored.

Operation Progress Status:
[9/14/2018 5:21:05 PM] : Activation of C:\Program Files\user\Browsersetup\application.appref-ms
[9/14/2018 5:21:05 PM] : Performing necessary update check as specified by the deployment
[9/14/2018 5:21:05 PM] : Consuming new update
[9/14/2018 5:21:05 PM] : Installation of the application has started
[9/14/2018 5:21:05 PM] : Processing of application manifest has successfully completed
[9/14/2018 5:21:06 PM] : Found compatible run time version 4.0.30319
[9/14/2018 5:21:10 PM] : Request of trust and detection of platform is complete
[9/14/2018 5:21:10 PM] : Downloading of subscription dependencies is complete
[9/14/2018 5:21:10 PM] : Commit of the downloaded application has started.

Error details
Following errors were detected during this operation. 
[[9/14/2018 5:21:11 PM] : System.Deployment.Application.Deployment.Exception(GroupMultipleMatch)
- Application is already installed from another location. Please uninstall application.
- Source: System Deployment
- Stack trace:
 at System.Deployment.Application.SubscriptionStore.CommitApplication(SubscriptionState& subState, CommitApplicationParams commitParams)
 at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
 at System.Deployment.Application.ApplicationActivator.ConsumeUpdatedDeployment(SubscriptionState& subState, ActivationDescription 
actDesc)  
 at  System.Deployment.Application.ApplicationActivator.PerformDeploymentUpdate(SubscriptionState&subState, String&errorPageUrl)
 at System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(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)

Upvotes: 1

Views: 1617

Answers (1)

Yakov R.
Yakov R.

Reputation: 624

  1. Go to 'Programs and Features' in the 'Control Panel'
  2. Find your program in the list of programs
  3. RightClick it and Uninstall.
  4. Then run the Publish again.

Upvotes: 1

Related Questions