无法下载ClickOnce应用程序

时间:2016-05-24 19:41:20

标签: .net frameworks clickonce web-deployment connection-timeout

我在使用clickonce时遇到了一些严重的问题。我一直在尝试下载一个clickonce应用程序,但每当我尝试下载它时,下载每次都会在不同的时间点卡住。我已经尝试了从禁用防火墙到禁用防病毒以及删除2.0文件夹的一切,但似乎没有任何帮助,我的互联网连接也很好,因为我可以轻松下载其他大文件,问题只有clickonce。以下是我收到的错误消息:

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

SOURCES
    Deployment url          : http//directlink.icicidirect.com/TradeRacerLive/TradeRacer.application
                        X-Powered-By    : ASP.NET
    Deployment Provider url     : http://directlink.icicidirect.com/TradeRacerLive/TradeRacer.application
    Application url         : http//directlink.icicidirect.com/TradeRacerLive/Application%20Files/TradeRacer_1_0_0_26/TradeRacer.exe.manifest
                        X-Powered-By    : ASP.NET

IDENTITIES
    Deployment Identity     : TradeRacer.application, Version=1.0.0.26, Culture=neutral, PublicKeyToken=9d50d1580ea5f1ca, processorArchitecture=x86
    Application Identity        : TradeRacer.exe, Version=1.0.0.26, Culture=neutral, PublicKeyToken=9d50d1580ea5f1ca, processorArchitecture=x86, type=win32

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//directlink.icicidirect.com/TradeRacerLive/TradeRacer.application resulted in exception. Following failure messages were detected:
        + Downloading http//directlink.icicidirect.com/TradeRacerLive/Application Files/TradeRacer_1_0_0_26/ApplicationData/CHARTBATCHFILE/StockChartX.ocx.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
    * [24-May-16 5:00:46 PM] : Activation of http//directlink.icicidirect.com/TradeRacerLive/TradeRacer.application has started.
    * [24-May-16 5:00:48 PM] : Processing of deployment manifest has successfully completed.
    * [24-May-16 5:00:48 PM] : Installation of the application has started.
    * [24-May-16 5:00:49 PM] : Processing of application manifest has successfully completed.
    * [24-May-16 5:00:51 PM] : Found compatible runtime version 2.0.50727.
    * [24-May-16 5:00:51 PM] : Detecting dependent assembly Sentinel.v3.5Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=msil using Sentinel.v3.5Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=msil.
    * [24-May-16 5:00:51 PM] : Detecting dependent assembly System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil using System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil.
    * [24-May-16 5:00:51 PM] : Detecting dependent assembly WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=msil using WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=msil.
    * [24-May-16 5:00:51 PM] : Detecting dependent assembly System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil using System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil.
    * [24-May-16 5:00:51 PM] : Detecting dependent assembly System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil using System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=msil.
    * [24-May-16 5:00:51 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
    Following errors were detected during this operation.
    * [24-May-16 5:07:51 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
        - Downloading http://directlink.icicidirect.com/TradeRacerLive/Application Files/TradeRacer_1_0_0_26/ApplicationData/CHARTBATCHFILE/StockChartX.ocx.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, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
            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.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

请帮我解决这个问题,因为我真的需要下载这个应用程序。

0 个答案:

没有答案