Usuario
Error al utilizar el setup con mensaje de These fules can't be opened

Pregunta
-
Hola a todos,
Hace tiempo que llevo desarrollando una herramienta con Visual Studio 2010 en Visual Basic. Al fin la he terminado y llegó el momento de implementarla. El problema surge cuando el setup es abierto y aparece un mensaje que dice "These files can't be opened. Your Internet security settings prevented one or more files from being opened". Lo curioso es que sólo en algunas computadoras ocurre el problema y no se instala, pero si utilizo setups generados con anterioridad no existe tal error.
Estuve buscando en la red sobre el problema y hablan sobre cambiar las opciones de seguridad en Internet Explorer, lo cual ya verifiqué en una máquina y está de la misma forma que la mía.
También obtuve el log del Error que pueden encontrar más abajo.
Por favor, si tienen alguna idea de cómo resolver esto, o inclusive encontrar una manera más fácil de generar el ejecutable de un proyecto de Visual Basic se los agradecería, no me gustaría que todo el tiempo y trabajo que he invertido se fuera a la basura.
¡Saludos, y gracias a todos!
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.18444
System.Deployment.dll : 4.0.30319.34244 built by: FX452RTMGDR
clr.dll : 4.0.30319.18444 built by: FX451RTMGDR
dfdll.dll : 4.0.30319.34244 built by: FX452RTMGDR
dfshim.dll : 4.0.41209.0 (Main.041209-0000)
SOURCES
Deployment url : file:///C:/Users/eediroq/Desktop/COMMENT/Comment%20Creator.application
Deployment Provider url : http://mx00124726/Comment%20Creator/Comment%20Creator.application
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\eediroq\Desktop\COMMENT\Comment Creator.application resulted in exception. Following failure messages were detected:
+ Downloading http://mx00124726/Comment Creator/Comment Creator.application did not succeed.
+ Unable to connect to the remote server
+ No connection could be made because the target machine actively refused it 146.250.122.219:80
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [28-May-15 5:23:54 PM] : Activation of C:\Users\eediroq\Desktop\COMMENT\Comment Creator.application has started.
ERROR DETAILS
Following errors were detected during this operation.
* [28-May-15 5:24:19 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://mx00124726/Comment Creator/Comment Creator.application did not succeed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.DownloadManifest(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ManifestType manifestType, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
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)
--- Inner Exception ---
System.Net.WebException
- Unable to connect to the remote server
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
--- Inner Exception ---
System.Net.Sockets.SocketException
- No connection could be made because the target machine actively refused it 146.250.122.219:80
- Source: System
- Stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Todas las respuestas
-
Encontré la solución después de un tiempo y aquí se las dejo por si alguien tenía la misma duda que yo.
1.- Abrir el Internet Explorer
2.- Internet Options
3.- Seleccionar la pestaña Security
4.- Seleccionar Internet e ir al botón Custom Level...
5.- Buscar la opción Launching applications and unsafe files y elegir Prompt (recommended). Apretar OK
6.- Realizar los pasos 4 y 5 para la opción Restricted sites
7.- Seleccionar Apply y OK. Reiniciar el Internet Explorer.
8.- ¡Abre tu aplicación!
Espero les sea útil
¡Saludos!