Installation problems

Harcon

Member
Joined
May 8, 2012
Messages
18
Programming Experience
1-3
After publishing a new version i got the following error code.
Does anyone know what i have to do to get it fixt?

And can i deactivate the remote server in my application?

PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.18408
System.Deployment.dll : 4.0.30319.18408 built by: FX451RTMGREL
clr.dll : 4.0.30319.18408 built by: FX451RTMGREL
dfdll.dll : 4.0.30319.18408 built by: FX451RTMGREL
dfshim.dll : 4.0.41209.0 (Main.041209-0000)

SOURCES
Deployment url : file:///W:/Nieuwe%20map/Vermaat%20Kelderboek.application
Deployment Provider url : http://v0059597/Vermaat Kelderboek/Vermaat Kelderboek.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of W:\Nieuwe map\Vermaat Kelderboek.application resulted in exception. Following failure messages were detected:
+ Downloading http://v0059597/Vermaat Kelderboek/Vermaat Kelderboek.application did not succeed.
+ Unable to connect to the remote server
+ Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd 10.1.30.47:80

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [4-9-2014 9:30:39] : Activation of W:\Nieuwe map\Vermaat Kelderboek.application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [4-9-2014 9:30:41] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://v0059597/Vermaat Kelderboek/Vermaat Kelderboek.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
- Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd 10.1.30.47: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.
 
Last edited:
the application is a deployment and it wants to get download from the original computer where i build it form.
Can publish an self containing installation file that does not want to download any think.
 
Back
Top