Click Once - operation has timed out

A

Anthoney

Hi everyone

I am attempting to use ClickOnce to publish my application. I have
successfully published it for the last 6 months on a local intranet,
but now I am attempting to do it on a public (static ip) web server.

The publish action succeeds, but during the install on a remote machine
it fails with 'operation has timed out'. A full text copy of the error
is contained below

The install fails when it attempts to download the exe.deploy file.
Webserver - IIS 6 on xp
Connection - ADSL 256k (Speed should not be an issue, the public user
may be on dial up)

Has anyone seen this error before. I could not find any solutions on
the news groups or web.

Thanks
Anthoney

APPLICATION SUMMARY
* Installable application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed
later in the log.
* Activation of
http://xxx.xxx.xxx.xxx/TimeTracker/TimeTracker.application resulted in
exception. Following failure messages were detected:
+ Downloading
http://xxx.xxx.xxx.xxx/TimeTracker/TimeTracker_1_0_0_0/TimeTracker.exe.deploy
did not succeed.
+ The operation has timed out

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [16/01/2006 8:41:18 AM] : Activation of
http://xxx.xxx.xxx.xxx/TimeTracker/TimeTracker.application has started.
* [16/01/2006 8:41:25 AM] : Processing of deployment manifest has
successfully completed.
* [16/01/2006 8:41:25 AM] : Installation of the application has
started.
* [16/01/2006 8:41:32 AM] : Processing of application manifest has
successfully completed.
* [16/01/2006 8:41:37 AM] : Request of trust and detection of platform
is complete.

ERROR DETAILS
Following errors were detected during this operation.
* [16/01/2006 8:45:00 AM]
System.Deployment.Application.DeploymentDownloadException (Unknown
subtype)
- Downloading
http://xxx.xxx.xxx.xxx/TimeTracker/TimeTracker_1_0_0_0/TimeTracker.exe.deploy
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.DownloadDependencies(SubscriptionState
subState, AssemblyManifest deployManifest, AssemblyManifest
appManifest, Uri sourceUriBase, String targetDirectory, String group,
IDownloadNotification notification, DownloadOptions options)
at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId,
TempDirectory& downloadTemp)
at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState
subState, ActivationDescription actDesc)
at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut)
at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)
--- Inner Exception ---
System.Net.WebException
- The operation has timed out
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem
next)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top