I have a distributed application through ClickOnce. I updated several times and never had a problem. Since the last update (which was minor: label), when I launch my application from a message, click once on launch and offer me an error: Unable to start the application
When I look at the logs, I get the following message:
OPERATION PROGRESS STATUS * [04/10/2012 13:24:33] : Activation of C:\Users\xxxxxxxxx.appref-ms| has started. * [04/10/2012 13:24:33] : Performing necessary update check as specified by the deployment. ERROR DETAILS Following errors were detected during this operation. * [04/10/2012 13:24:33] 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) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
I traveled the length and width of the network, but I could not find a solution to my problem.
I donโt even understand what the problem is.
I tried this solution without success: ClickOnce error: value does not fall into expected range
And this one, too, without success: "Value does not fall within the expected range" ClickOnce Deployment
Thanks for the help!
clickonce
Gerb bourbonnais
source share