DEP6200: Bootstrapping failed. Device cannot be found. - How do I stop it looking for a phone?

0

I found an example that uses Windows.Storage at the windows universal samples

However when I run the example I get an error

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   

I don't want to use the phone. I just want to get the sample working in Windows 10.

references

uwp-xaml
asked on Stack Overflow Dec 15, 2018 by Kirsten Greed • edited Dec 15, 2018 by Kirsten Greed

1 Answer

1

I had the configuration set to ARM. When I changed it to x64 it worked configuration

answered on Stack Overflow Dec 15, 2018 by Kirsten Greed

User contributions licensed under CC BY-SA 3.0