2016-10-01 2 views
4

Windows 10 64 비트 OS에 Visual Studio 2015 Community Edition이 있습니다.Visual Studio 용 Hyper-V 에뮬레이터 설치 중 오류가 발생했습니다.

Android 용 Visual Studio 에뮬레이터를 다운로드하여 설치하려고했지만 예외적으로 실패했습니다.

[1450:1814][2016-10-01T21:56:43]e000: MUX: ERROR: Could not load file or assembly 'Microsoft.VisualStudio.Utilities.Internal.Net35, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

[1450:1814][2016-10-01T21:56:43]e000: MUX: Stack: at Microsoft.VisualStudio.Telemetry.TelemetrySessionInitializer.BuildInitializer(TelemetrySessionSettings telemetrySessionSettings) at Microsoft.VisualStudio.Telemetry.TelemetryService.get_DefaultSession() at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.AppInsightsStartSession(BundleInformation bundle) at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.Initialize(Boolean IsBackFromReboot, BundleInformation bundle, ICommand command, CommandLineArgumentsStore commandLine) [1450:1814][2016-10-01T21:56:43]i000: MUX: Ux Initialized [1450:1814][2016-10-01T21:56:43]i000: MUX: Aquiring mutex 'Global\vsemu' with a timeout of 0 ms [1450:1814][2016-10-01T21:56:43]i000: MUX: Mutex 'Global\vsemu' ownership: True [1450:1814][2016-10-01T21:56:43]i000: MUX: Seen existing cache mutex 'Global\vsemu CacheMutex': False [1450:1814][2016-10-01T21:56:43]i000: MUX: Aquiring mutex 'Global\vsemu CacheMutex' with a timeout of 60000 ms [1450:1814][2016-10-01T21:56:43]i000: MUX: Mutex 'Global\vsemu CacheMutex' ownership: True [1450:1EC8][2016-10-01T21:56:43]i100: Detect begin, 15 packages [1450:1814][2016-10-01T21:56:43]i000: MUX: Wait for Detect to complete [1450:1EC8][2016-10-01T21:56:43]i000: MUX: Detection Phase

+0

컴퓨터가 Visual Studio Android Emulator의 최소 요구 사항에 해당합니까? https://msdn.microsoft.com/en-us/library/mt228280.aspx#Anchor_0 이상적으로 이것은 VS 설치의 부분적인 문제입니다. 또한 VS를 복구하십시오. 내부 VS 유틸리티가 누락 된 것 같습니다. –

+0

또는 에뮬레이션 또는 VM 내부에서 Windows를 실행하고 있습니까? 그런 다음 hyperV가 Windows를 실행하는 데 사용됩니다. – Scrotos

+0

다운로드하여 어떻게되는지 확인하십시오. https://www.nuget.org/packages/Microsoft.VisualStudio.Utilities/ 및 depends.exe를 사용하여 누락 된 항목을 확인하십시오. – Dexion

답변

3

Simsons 당신은 "믿을만한 공적 출처에서 오는 답변을 찾고 계신 분"이라고하셨습니다.

First check if Hyper-V is enabled on your machine in "Turn Windows features on or off". You may also need to enable the settings for this in your BIOS (VT-x and SLAT).

Installing the Windows 10 tools separately may be faster than re-running the full installer, https://dev.windows.com/en-us/downloads/install-dev-tools-visual-studio-2015

Use the "If you've already installed Visual Studio 2015 RC" option to "Add the tools", this will offer the option to add the visual studio emulator for android during setup.

EDIT:

Further to this, it seems that it's not possible to enable Hyper-V on my iMac 27" Late 2013 on Insider Preview Build 10074 as VT-x becomes disabled every time the machine reboots after selecting to install Hyper-V from "Turn Windows features on or off". This causes the installation to rollback after the reboot, very frustrating!

EDIT:

This problem occurred after doing a machine refresh, however doing a full reset from the recovery options seems to have fixed the issue and have now successfully installed Hyper-V.

In this case I have not installed any of the Bootcamp software, I initiated the Hyper-V install as soon as the machine booted into the desktop environment.

Visual Studio Community 2015 RC is currently installing, I will report back if this is also successful

EDIT: SUCCESS!

그것은 비슷한 질문에 오래된 답변입니다 :

나는 말한다 here 대답을 읽었습니다.

도움이되기를 바랍니다.

후안

+0

Windows 8.1 단일 언어가 있으므로 Hyper-V를 설치할 수 없습니다. 이 오류로 인해 Visual Studio Android Emulator를 설치할 수 없다는 뜻입니까? – CoolMind

1

로그 또는 예외에서 오류 0x80070666이 표시됩니다.

처럼 :

[2848:136C][2016-09-21T18:22:28]e000: Error 0x80070666: Process returned error: 0x666 
[2848:136C][2016-09-21T18:22:28]e000: Error 0x80070666: Failed to execute EXE package. 
[25D4:2DB4][2016-09-21T18:22:28]e000: Error 0x80070666: Failed to configure per-machine EXE package. 

그래, 당신은 비주얼 C에 문제 ++ 재배포 2015

하는 비주얼 C++ 재배포 2015 년 (모두)를 제거이 있으면 VS. 수리 Visual Studio Android 에뮬레이터를 다시 설치하십시오.

관련 문제