Hola de nuevo.
(Ya se que el moderador debe estar mirándome por que he hecho ya 3 preguntas, mis disculpas pero me gustaria que me ayudaran)
El problema es el siguiente:
Al momento de "Publicar" mi aplicacion (Click en el item "Publicar" del menú "Generar"), bien , mi aplicacion se genera , hasta aqui no me muestra error pero luego que le doy click al ejecutable para que se instale me sale un msgbox que dice:
"No se puede iniciar la aplicacion. Pongase en contacto con el proveedor."
este cuadro tiene "aceptar" y "Detalles" , al dar click en "Detalles" sale un archivo "Log" (el archivo se llama CA451291.log el cual se visualiza por medio del "Bloc de notas"). El mensaje que esta escrito en este "log" es el siguiente:
INFORMACIÓN DE VERSIÓN DE LA PLATAFORMA
Windows : 5.1.2600.131072 (Win32NT)
Common Language Runtime : 2.0.50727.832
System.Deployment.dll : 2.0.50727.832 (QFE.050727-8300)
mscorwks.dll : 2.0.50727.832 (QFE.050727-8300)
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/user/Escritorio/ejecutable_SAS/SAS_2008.application
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\user\Escritorio\ejecutable_SAS\SAS_2008.a pplication dio como resultado una excepción. Se detectaron los siguientes mensajes de error:
+ El ensamblaje referido no está instalado en su sistema. (Excepción de HRESULT: 0x800736B3)
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
* [10/12/2008 8:46:30] : Se ha iniciado la activación de C:\Documents and Settings\user\Escritorio\ejecutable_SAS\SAS_2008.a pplication.
DETALLES DEL ERROR
Se detectaron los siguientes errores durante esta operación.
* [10/12/2008 8:46:31] System.Runtime.InteropServices.COMException
- El ensamblaje referido no está instalado en su sistema. (Excepción de HRESULT: 0x800736B3)
- Origen: System.Deployment
- Seguimiento de la pila:
en System.Deployment.Internal.Isolation.IStore.GetAss emblyInformation(UInt32 Flags, IDefinitionIdentity DefinitionIdentity, Guid& riid)
en System.Deployment.Internal.Isolation.Store.GetAsse mblyManifest(UInt32 Flags, IDefinitionIdentity DefinitionIdentity)
en System.Deployment.Application.ComponentStore.GetSu bscriptionStateInternal(DefinitionIdentity subId)
en System.Deployment.Application.SubscriptionStore.Ge tSubscriptionStateInternal(SubscriptionState subState)
en System.Deployment.Application.SubscriptionStore.Ch eckAndReferenceApplication(SubscriptionState subState, DefinitionAppId appId, Int64 transactionId)
en System.Deployment.Application.DownloadManager.Down loadDeploymentManifestDirectBypass(SubscriptionSto re subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
en System.Deployment.Application.DownloadManager.Down loadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
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.
¿Alguien me puede ayudar a resolver este error?)
Nota:
La aplicacion me funcionaba bien, publicaba bien , generaba bien, instalaba bien, etc. pero una vez que restaure mi sistema (Tengo windows XP) por causa de un virus (hace unos dias) entonces fue cuando ya no pude instalar el ejecutable, y e lugar de eso, sale este error que aqui les comento.
Saludos