Cannot install / uninstall click once application ( error happend during update )

  • Thread starter Thread starter Mark Ismail
  • Start date Start date
M

Mark Ismail

Guest
I have an error that happens every once in a while during updating VB.net click once application. The error will prevent the application from opening, prevent the application from uninstall it. That's what drives me crazy about Microsoft ( Windows should be able to uninstall any application whether it has errors or not). Of course that's not the case. My issue how do i uninstall it after the application files were damaged during update.I appreciate anyone's help. Here is the error that i get when i try to open it:



ERROR DETAILS
Following errors were detected during this operation.
* [3/25/2019 8:48:24 AM] System.ArgumentException
- Value does not fall within the expected range.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32 hostType, String applicationFullName, Int32 manifestPathsCount, String[] manifestPaths, Int32 activationDataCount, String[] activationData, PROCESS_INFORMATION processInformation)
at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, String activationParameter, Boolean useActivationParameter)
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, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)


Continue reading...
 
Back
Top