Web サーバーからインストールされた Outlook アドインがあります。このアドインは、私が Office で作業した他のすべてのアドインと同じように機能します。
- setup.exe をダウンロードして実行
- すべての前提条件 (.Net フレームワークなど) が検証されている
- vsto ファイルがダウンロードされます
これまでのところ、このアドインをインストールしたすべての人に問題はありません (このアドインは約 1 年間使用されています)。Windows 7 にインストールする新しい顧客がいて、最初の問題が発生しています。エラーは次のとおりです。
There was an error during installation:
Downloading http://<path and filename>.vsto did not succeed
***************** Exception Text******************
System.Deployment.Application.DeploymentDownloadException: Downloading http://<path and filename>.vsto did not succeed
System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required. ---> System.ComponentModel.Win32Exception: The token supplied to the function is invalid
at System.Net.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean throwOnError, SecurityStatus& statusCode)
at System.Net.NTAuthentication.GetOutgoingBlob(String incomingBlob)
at System.Net.NtlmClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate)
at System.Net.NtlmClient.Authenticate(String challenge, WebRequest webrequest, ICredentials credentials)
at System.Net.AuthenticationManager.Authenticate(String challenge, WebRequest request, ICredentials credentials)
at System.Net.AuthenticationState.AttemptAuthenticate(HttpWebRequest httpWebRequest, ICredentials authInfo)
at System.Net.HttpWebRequest.CheckResubmitForAuth()
at System.Net.HttpWebRequest.CheckSubmit(Exception& e)
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
明らかに、私の場所から複製することはできません。私の直感では、この顧客のネットワーク セキュリティが問題を引き起こしているとのことですが (私の理解では、彼らは一連のファイアウォールなどを使用しているということです)、彼らの Windows XP マシンは問題なくインストールされています。
私が行方不明になっているものを見た人はいますか?