Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
PLATFORM VERSION INFO
Windows : 6.2.9200.0 (Win32NT)
Common Language Runtime : 4.0.30319.18449
System.Deployment.dll : 4.0.30319.34243 built by: FX452RTMGDR
clr.dll : 4.0.30319.18449 built by: FX451RTMGDR
dfdll.dll : 4.0.30319.34243 built by: FX452RTMGDR
dfshim.dll : 4.0.41209.0 (Main.041209-0000)

SOURCES
Deployment url : file:///C:/_Publish/Cheque%20Printing/Application%20Files/Cheque%20Printing_1_0_0_16/Cheque%20Printing.application
Deployment Provider url : http://dewelld/Cheque%20Printing/Cheque%20Printing.application

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\_Publish\Cheque Printing\Application Files\Cheque Printing_1_0_0_16\Cheque Printing.application resulted in exception. Following failure messages were detected:
+ Downloading http://dewelld/Cheque Printing/Cheque Printing.application did not succeed.
+ Unable to connect to the remote server
+ No connection could be made because the target machine actively refused it 10.8.43.2:80

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [7/14/2015 9:54:10 AM] : Activation of C:\_Publish\Cheque Printing\Application Files\Cheque Printing_1_0_0_16\Cheque Printing.application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [7/14/2015 9:54:12 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://dewelld/Cheque Printing/Cheque Printing.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 10.8.43.2: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.
Posted

1 solution

+ Downloading http://dewelld/Cheque Printing/Cheque Printing.application did not succeed.
+ Unable to connect to the remote server
+ No connection could be made because the target machine actively refused it 10.8.43.2:80

From this it looks like user doesn't have access to 10.8.43.2:80.

Check following links if they help you resolve your problem
User cannot Install Click once application[^]
User cannot Install Click once application[^]
Error: "No connection could be made because the target machine actively refused it" [^]
There are few accepted answers in these links so give them a try.

Hope, it helps :)
 
Share this answer
 
Comments
Sathish km 14-Jul-15 1:22am    
thk u.. i will chk

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900