2015-11-12 79 views
0

工作室的Windows Phone模擬器我試圖運行Visual Studio中的Windows Phone模擬器,但我得到這些錯誤:視覺下Azure的VM

Severity Code Description Project File Line 
Error  Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.': 
NullReferenceException - Invalid pointer App1 



Severity Code Description Project File Line 
Error  Error : DEP6200 : Bootstrapping 'Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB' failed. Device cannot be found. App1  

和仿真器無法運行。

回答

0

您無法在Azure虛擬機上運行仿真器。 Hyper-V不能嵌套,這是你需要的。

現在最好的方法是在本地運行模擬器(Win8/10)或下載文件並安裝在Windows Phone上。

您正在運行Windows或Mac/Linux?

+0

我正在運行Windows,你確定模擬器,因爲有一些虛擬機下的android模擬器的例子。 –

+0

Windows模擬器使用並需要運行Hyper-V,並且在Azure中不能嵌套hyper-v計算機。 Android是不同的。它使用intellij – jdruid