2016-08-10 14 views
1

Xamarinをインストールしようとするたびにこのエラーが発生します。本当に何が起こっているのかわからない、どんな助けも素晴らしいだろう。私はWindows 7 Enterpriseにインストールしており、Visual Studio 2012 Professionalを使用しています。 Xamarinのインストール時に「Xamarinサーバーからのダウンロード中にエラーが発生しました」

は、ログファイルからこれを手に入れた。このような

Error downloading from Xamarin server. Xamarin. 
The remote name could not be resolved: 'visualstudiogallery.msdn.microsoft.com' 
Exception type: System.Net.WebException 
Full stack trace: 
at System.Net.HttpWebRequest.GetResponse() 
at Xamarin.Components.Ide.Web.RequestHelper.GetResponse(Func`1 createRequest, Action`1 prepareRequest) 
at Xamarin.Web.Installer.Utilities.DownloadUrl(String url, Action`4 doDownload, Func`3 webExceptionHandler, Boolean noCache, Object state, Int32 timeout, Stream outputStream, String targetFileName) 
at Xamarin.Web.Installer.DownloadService.DownloadItem(DownloadServiceWorkItem item, Boolean firstDownload) 

Error downloading from Xamarin server. Microsoft® MSBuild Tools 2015. 
The remote name could not be resolved: 'download.microsoft.com' 
Exception type: System.Net.WebException 
Full stack trace: 
at System.Net.HttpWebRequest.GetResponse() 
at Xamarin.Components.Ide.Web.RequestHelper.GetResponse(Func`1 createRequest, Action`1 prepareRequest) 
at Xamarin.Web.Installer.Utilities.DownloadUrl(String url, Action`4 doDownload, Func`3 webExceptionHandler, Boolean noCache, Object state, Int32 timeout, Stream outputStream, String targetFileName) 
at Xamarin.Web.Installer.DownloadService.DownloadItem(DownloadServiceWorkItem item, Boolean firstDownload) 

Error downloading from Xamarin server. Xamarin. 
The remote name could not be resolved: 'visualstudiogallery.msdn.microsoft.com' 
Exception type: System.Net.WebException 
Full stack trace: 
at System.Net.HttpWebRequest.GetResponse() 
at Xamarin.Components.Ide.Web.RequestHelper.GetResponse(Func`1 createRequest, Action`1 prepareRequest) 
at Xamarin.Web.Installer.Utilities.DownloadUrl(String url, Action`4 doDownload, Func`3 webExceptionHandler, Boolean noCache, Object state, Int32 timeout, Stream outputStream, String targetFileName) 
at Xamarin.Web.Installer.DownloadService.DownloadItem(DownloadServiceWorkItem item, Boolean firstDownload) 

Error downloading from Xamarin server. Xamarin. 
The remote name could not be resolved: 'visualstudiogallery.msdn.microsoft.com' 
Exception type: System.Net.WebException 
Full stack trace: 
at System.Net.HttpWebRequest.GetResponse() 
at Xamarin.Components.Ide.Web.RequestHelper.GetResponse(Func`1 createRequest, Action`1 prepareRequest) 
at Xamarin.Web.Installer.Utilities.DownloadUrl(String url, Action`4 doDownload, Func`3 webExceptionHandler, Boolean noCache, Object state, Int32 timeout, Stream outputStream, String targetFileName) 
at Xamarin.Web.Installer.DownloadService.DownloadItem(DownloadServiceWorkItem item, Boolean firstDownload) 

Installation of 'Xamarin' failed with more than one exception (attempt 3) 
Errors while installing items. 
Exception type: System.AggregateException 
Download failed. 
Exception type: Xamarin.Web.Installer.InstallException 
Full stack trace: 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.ValidateDownloadItem() 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber) 
at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber) 
at WindowsInstaller.ProgressPage.InstallationWorker() 
Download failed. 
Exception type: Xamarin.Web.Installer.InstallException 
Full stack trace: 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.ValidateDownloadItem() 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber) 
at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber) 
at WindowsInstaller.ProgressPage.InstallationWorker() 
Download failed. 
Exception type: Xamarin.Web.Installer.InstallException 
Full stack trace: 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.ValidateDownloadItem() 
at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber) 
at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber) 
at WindowsInstaller.ProgressPage.InstallationWorker() 

答えて

0

インストールの問題は、最良のではなく、ここで掲示よりも私たち(Xamarinサポート)によって直接処理されている - StackOverflowのは、主にプログラミング/コードの質問です。

通常、手動でインストールすることをお勧めします(それぞれのパッケージを別々にインストールする)。

Visual Studio 2012のサポートには、従来のXamarin Business/Enterpriseライセンスまたは新しいVisual Studio/MSDNライセンスのいずれかが必要であることに注意することが重要です。

Xamarinのコミュニティ版は、(追加してくださいこのの支援のために[email protected]に手を差し伸べるしてくださいのVisual Studio 2013またはVisual Studioの任意のバージョン2015年

のいずれかの非明示バージョンで使用することができますあなたの電子メールでこの質問へのリンク)、手動インストールのダウンロードリンクをお送りします。

+0

ああ、ありがとう、私はサポートに連絡します。 – Mike

関連する問題