Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows phone Windows Phone 10仿真器:XDE无法启动(“提供程序加载失败”)_Windows Phone_Emulation_Windows 10 Mobile - Fatal编程技术网

Windows phone Windows Phone 10仿真器:XDE无法启动(“提供程序加载失败”)

Windows phone Windows Phone 10仿真器:XDE无法启动(“提供程序加载失败”),windows-phone,emulation,windows-10-mobile,Windows Phone,Emulation,Windows 10 Mobile,我正在尝试将应用程序构建并部署到新安装的VS2015和模拟器。构建成功,但部署失败 1>------ Build started: Project: Smarty2, Configuration: Debug x86 ------ 1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2459,5): warning : APPX

我正在尝试将应用程序构建并部署到新安装的VS2015和模拟器。构建成功,但部署失败

1>------ Build started: Project: Smarty2, Configuration: Debug x86 ------
 1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2459,5): warning : APPX4001: Build property AppxBundlePlatforms is not explicitly set and is calculated based on currently building architecture. Use 'Create App Package' wizard or edit project file to set it.
2>------ Deploy started: Project: ___, Configuration: Debug x86 ------

Severity    Code    Description Project File    Line    Suppression State
Error       DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'DA831653-315E-41D9-BF63-CCCE346F4E9C'.': 
Exception - 0x80131500  ___
我尝试使用直接运行emulator,但失败,出现以下异常:

Unhandled Exception: System.Management.ManagementException: Provider load failure 
   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
   at System.Linq.Enumerable.<CastIterator>d__94`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at Microsoft.Xde.Wmi.NetNat.FindNatObj(String natName)
   at Microsoft.Xde.Wmi.NetNat.IsSupported()
   at Microsoft.Xde.Client.XdeController.Run(String[] args)
   at Microsoft.Xde.Client.Program.Main(String[] args) 
未处理的异常:System.Management.ManagementException:提供程序加载失败
位于System.Management.ManagementException.ThrowWithExtendedInfo(管理状态错误代码)
位于System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()处
在System.Linq.Enumerable.d_u94`1.MoveNext()中
位于System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1源)
位于Microsoft.Xde.Wmi.NetNat.FindNatObj(字符串natName)
在Microsoft.Xde.Wmi.NetNat.IsSupported()上
在Microsoft.Xde.Client.XdeController.Run(字符串[]args)处
位于Microsoft.Xde.Client.Program.Main(字符串[]args)
我使用检查Hyper-V,它说它是可用的

我不知所措,我能做些什么来解决这个问题