認証されたプロキシを使用してインターネットに接続しています。プロキシ設定はコントロールパネルに一覧表示され、Webサイトに初めて接続したときにユーザー/パスワードダイアログボックスが表示されます。
通常は正常に動作しますが、インターネットからファイルをダウンロードする必要があるClickonceアプリケーションを起動すると、次のエラーが発生しました。
Application download did not succeed. Check your network connection, or contact your system administrator or network service provider.
ログファイルを調べたところ、次のことがわかりました。
ERROR DETAILS
Following errors were detected during this operation.
* [22/12/2012 15:19:25] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://#######.###/########.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, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Net.WebException
- The remote server returned an error: (407) Proxy Authentication Required.
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
ユーザー設定の[マイクレデンシャル]セクションにクレデンシャルを追加しましたが、それでも機能しませんでした。
認証されたプロキシを介してClickonceアプリケーションのファイルをダウンロードする方法はありますか?