Below is the error messages many of my users are encountering when attempting to install a ClickOnce application. This error only occurs for some users. Some users do not experience any issues with the installation.
LATFORM VERSION
INFO
Windows
: 5.1.2600.65536 (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)
SOURCES
Deployment url
: http://[MyDomain]/[MyVirtualDirectory]/[AssemblyName].application
ERROR SUMMARY
Below is a summary of the errors, details of
these errors are listed later in the log.
* Activation of http://[MyDomain]/[MyVirtualDirectory]/[AssemblyName].application resulted in exception.
Following failure messages were detected:
+ Downloading http://[MyDomain]/[MyVirtualDirectory]/[AssemblyName].application did not succeed.
+ Unable to connect to the remote server
+ No connection could be made because the target
machine actively refused it
COMPONENT STORE
TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION
PROGRESS STATUS
* [5/24/2006 2:23:03 PM] : Activation of http://[MyDomain]/[MyVirtualDirectory]/[AssemblyName].application has started.
ERROR DETAILS
Following errors were detected during this
operation.
* [5/24/2006 2:23:04 PM]
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://[MyDomain]/[MyVirtualDirectory]/[AssemblyName].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.DownloadDeploymentManifestDirectBypass(SubscriptionStore
subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState&
subState, IDownloadNotification notification, DownloadOptions options,
ServerInformation& serverInformation)
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)
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
- Source: System
- Stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint
endPointSnapshot, SocketAddress socketAddress)
at
System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean
connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress&
address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout,
Exception& exception)
COMPONENT STORE
TRANSACTION DETAILS
No transaction information is available.