2012-10-04 52 views
8

我有一个ClickOnce分布式应用程序。我更新了几次,从来没有问题。 自上次更新(这是次要的:一个标签),当我从后运行我的应用程序,点击一次启动并提示我一个错误: 应用程序无法启动ClickOnce:值不在预期范围内

当我查看日志我得到的以下消息:

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) 

我曾走过的长度和网的广度,但我还没有找到一个解决我的问题。

我什至不明白这个问题。

我尝试没有成功此解决方案: ClickOnce error: Value does not fall within the expected range

而这一次也没有成功:"Value Does not fall in the expected range" ClickOnce Deployment

感谢您的帮助!

回答

3

如果您尝试在UNC共享上运行clickonce,则可能无法正常工作。 我得到了与上面相同的结果,但我只是尝试部署到C:\而不是我们的份额,它运行得很好。此外,请检查以确保您的部署路径中没有任何&&,因为这看起来很糟糕。

此外,请检查列出的东西检查这个职位。 "Value Does not fall in the expected range" ClickOnce Deployment

+0

不同的堆栈跟踪,这样完全不同的问题 – antak

相关问题