|
.NET Version : 2.0 Visual Studio: 2005
I have run across an error after finishing deploying ClickOnce application to a shared network folder. It's avaiable "Online" only.
When clicking "Run", application is installed and is present in application cache but displays "Application cannot be started. Contact application vendor".
I have cleared cache using "mage -cc" and also deleted all files under "C:\Documents and Settings\<user name>Local Settings\Apps\2.0".
But I am still getting "Value does not fall within the expected range".
When I read solved thread with this problem, some peopel were able to fix the problem by clearing the cache but it does not work for my case since it is occuring even on a newly built machine.
Anyone has any tips on where I should be looking at? Thank you in advance.
ERROR DETAILS Following errors were detected during this operation. * [11/5/2007 11:11:42 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, Uri activationUri) at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, Uri activationUri) at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, Uri activationUri) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
|