2016-08-10 2 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

설치 문제는 최고의 오히려 여기에 게시보다는 우리 (자 마린 지원)에 의해 직접 처리됩니다 - StackOverflow에 주로 프로그래밍/코드 질문입니다.

일반적으로 (각 패키지를 별도로 설치하여) 수동 설치를 시도하는 것이 좋습니다.

Visual Studio 2012 지원에는 기존 Xamarin Business/Enterprise 라이선스 또는 새 Visual Studio/MSDN 라이선스 중 하나가 필요하다는 점에 유의해야합니다.

자 마린의 커뮤니티 에디션은 (비주얼 스튜디오 2013가 아닌 명시 버전 또는 2015

이와 지원을 [email protected]에 문의하세요 비주얼 스튜디오의 모든 버전에서 사용할 수 있습니다

추가하십시오 이메일에이 질문에 대한 링크가 있음) 수동 설치 다운로드 링크를 보내드립니다.

+0

아, 감사합니다. 지원팀에 연락하겠습니다. – Mike

관련 문제