DEP6200:引导失败。找不到设备。 - 如何阻止它寻找 phone?
DEP6200: Bootstrapping failed. Device cannot be found. - How do I stop it looking for a phone?
我在 the windows universal samples
找到了一个使用 Windows.Storage 的示例
但是当我 运行 这个例子时我得到一个错误
DEP6200: Bootstrapping failed. Device cannot be found. SmartDeviceException
- Deployment failed because no device was detected.
Make sure a device is connected and powered on.
[0x80131500] FolderEnumeration
我不想使用 phone。我只想让示例在 Windows 10.
中工作
我将配置设置为 ARM。
当我将其更改为 x64 时,它起作用了
我在 the windows universal samples
找到了一个使用 Windows.Storage 的示例但是当我 运行 这个例子时我得到一个错误
DEP6200: Bootstrapping failed. Device cannot be found. SmartDeviceException
- Deployment failed because no device was detected.
Make sure a device is connected and powered on.
[0x80131500] FolderEnumeration
我不想使用 phone。我只想让示例在 Windows 10.
中工作我将配置设置为 ARM。
当我将其更改为 x64 时,它起作用了