我在Win 10 64位操作系統上安裝了Visual Studio 2015 Community Edition。爲Visual Studio安裝Hyper-V仿真器時出錯
已經下載並嘗試安裝適用於Android的Visual Studio Emulator,但以下異常失敗。
[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
您的機器是否滿足Visual Studio Android Emulator的最低要求? https://msdn.microsoft.com/en-us/library/mt228280.aspx#Anchor_0 理想情況下,這是部分VS安裝的問題。嘗試還修復VS.它似乎缺少一個內部VS實用程序。 –
或者你在模擬或虛擬機內部運行Windows?然後hyperV被用來運行窗口。 – Scrotos
下載並看看會發生什麼:https://www.nuget.org/packages/Microsoft.VisualStudio.Utilities/ 並使用depends.exe找出缺少的東西。 – Dexion