When i try to devolop an application with Visual Studio 2008 clickonce i
have an error :
"Value does not fall within the expected range."
.--------------------------------------------------------------
INFORMAZIONI VERSIONE PIATTAFORMA
Windows : 6.0.6001.65536 (Win32NT)
Common Language Runtime : 2.0.50727.3053
System.Deployment.dll : 2.0.50727.3053 (netfxsp.050727-3000)
mscorwks.dll : 2.0.50727.3053 (netfxsp.050727-3000)
dfdll.dll : 2.0.50727.3053 (netfxsp.050727-3000)
dfshim.dll : 2.0.50727.3053 (netfxsp.050727-3000)
ORIGINI
URL distribuzione :
file:///C:/Users/dino.UFFICIO/AppData/Roaming/Microsoft/Windows/Start%20Menu/Programs/LABORATORIO/LABORATORIO.appref-ms%7C
Server : Microsoft-IIS/6.0
X-Tecnologia : ASP.NET
URL provider distribuzione :
http://www.hacpack.it/laboratorio/LABORATORIO.application
RIEPILOGO ERRORI
Quello che segue è un riepilogo degli errori. Informazioni dettagliate su
tali errori sono disponibili più avanti nel registro.
* L'attivazione di
C:\Users\dino.UFFICIO\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\LABORATORIO\LABORATORIO.appref-ms| ha causato un'eccezione.
Sono stati rilevati i messaggi di errore seguenti:
+ Valore non compreso nell'intervallo previsto.
RIEPILOGO ERRORI TRANSAZIONE ARCHIVIO COMPONENTI
Nessun errore di transazione rilevato.
AVVISI
Nessun avviso durante l'operazione.
STATO OPERAZIONE
* [20/04/2009 18.22.52] : Attivazione di
C:\Users\dino.UFFICIO\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\LABORATORIO\LABORATORIO.appref-ms| avviata.
* [20/04/2009 18.22.52] : Esecuzione del controllo di aggiornamento
necessario in corso, come specificato dalla distribuzione.
DETTAGLI ERRORI
Durante l'operazione sono stati rilevati gli errori seguenti.
* [20/04/2009 18.22.53] System.ArgumentException
- Valore non compreso nell'intervallo previsto.
- Origine: System.Deployment
- Analisi dello stack:
in
System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32
hostType, String applicationFullName, Int32 manifestPathsCount, String[]
manifestPaths, Int32 activationDataCount, String[] activationData,
PROCESS_INFORMATION processInformation)
in
System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId
appId, String activationParameter, Boolean useActivationParameter)
in
System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId
appId, String activationParameter, Boolean useActivationParameter)
in
System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId
appId, AssemblyManifest appManifest, String activationParameter, Boolean
useActivationParameter)
in
System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(String
shortcutFile, String& errorPageUrl, TempFile& deployFile)
in
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut, String textualSubId, String
deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String&
errorPageUrl)
in
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)
DETTAGLI TRANSAZIONE ARCHIVIO COMPONENTI
Nessuna informazione disponibile sulla transazione.
Ralph - 20 Apr 2009 18:22 GMT
> When i try to devolop an application with Visual Studio 2008 clickonce i
> have an error :
You will be better helped if you post to a newsgroup where users of the .Net
Development Platform hang out.
"microsoft.public.dotnet.distributed_apps"
might be more appropriate, but you will find a wider audience at:
"microsoft.public.vsnet.general".
Also check-out earlier posts at this site as this has been asked and
answered before.
-ralph