Problema with clickonce

G

Guest

Hi

I'm trying to make an installer with clickonce for vb.net app with VS 2005.
I can publish, but when I try to install, I got an error:
Can't start the application

Here is the log (I'm using spanish version)

INFORMACIÓN DE VERSIÓN DE LA PLATAFORMA
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

ORÍGENES
Dirección URL de la implementación :
file:///C:/Documents%20and%20Settings/Rodrigo/Men%C3%BA%20Inicio/Programas/Tiempo/Control%20Presupuestario.appref-ms

RESUMEN DEL ERROR
Abajo se muestra un resumen de los errores; los detalles de estos
errores se incluyen en el registro.
* La activación de C:\Documents and Settings\Rodrigo\Menú
Inicio\Programas\Tiempo\Control Presupuestario.appref-ms dio como resultado
una excepción. Se detectaron los siguientes mensajes de error:
+ El valor no está dentro del intervalo esperado.

RESUMEN DE ERRORES DE TRANSACCIÓN DEL ALMACÉN DE COMPONENTES
No se detectó ningún error de transacción.

ADVERTENCIAS
No se generó ninguna advertencia durante esta operación.

ESTADO DE PROGRESO DE LA OPERACIÓN
* [25/06/2007 11:40:12 a.m.] : Se ha iniciado la activación de
C:\Documents and Settings\Rodrigo\Menú Inicio\Programas\Tiempo\Control
Presupuestario.appref-ms.
* [25/06/2007 11:40:12 a.m.] : Realizando la comprobación de
actualización necesaria según las especificaciones de la implementación.

DETALLES DEL ERROR
Se detectaron los siguientes errores durante esta operación.
* [25/06/2007 11:40:12 a.m.] System.ArgumentException
- El valor no está dentro del intervalo esperado.
- Origen: System.Deployment
- Seguimiento de la pila:
en
System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32
hostType, String applicationFullName, Int32 manifestPathsCount, String[]
manifestPaths, Int32 activationDataCount, String[] activationData,
PROCESS_INFORMATION processInformation)
en
System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId
appId, Uri activationUri)
en
System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId
appId, Uri activationUri)
en
System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId
appId, AssemblyManifest appManifest, Uri activationUri)
en
System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(String
shortcutFile, TempFile& deployFile)
en
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
en
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)

DETALLES DE TRANSACCIÓN DEL ALMACÉN DE COMPONENTES
No hay información disponible sobre la transacción.

TIA

Rodrigo Juarez
 
S

Steven Cheng[MSFT]

Hi Rodrigo,

Regarding on this issue, I have also seen your another two cross ones and I
have replied you in the following thread:

Subject: Problem with clickonce
Newsgroups: microsoft.public.platformsdk.sdk_install

If you feel it convenient that we continue discuss in that thread, please
feel free to followup there.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top