2

It is a MacBook Pro running El Capitan v10.11.4. I am running Windows 10 on a Parallels VM. I have Visual Studio 2015 update 2 installed. The Visual Studio environment is set to Master x64 Remote Machine. It seems to building fine, but it is having trouble connecting to the Xbox. This is the error I'm getting.

DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'XboxOne'.': MissingMethodException - Method not found: 'Boolean Microsoft.Tools.Connectivity.RemoteDevice.Ping()'.

Edit

MacBook Pro (Retina, 15-inch, Mid 2014)

2.2 GHz Intel Core i7

16 GB 1600 MHz DDR3

Intel Iris Pro 1536 MB

Edit 1

I am also able to ping the Xbox IP from Windows 10. But Visual Studio does not recognize the Xbox.

Matt
  • 33,328
  • 25
  • 83
  • 97
  • 1
    This is the second time you are asking this question. You provided more info this time. What is your MBP make year? What model number? – Programmer May 08 '16 at 01:25
  • MacBook Pro (Retina, 15-inch, Mid 2014) 2.2 GHz Intel Core i7 16 GB 1600 MHz DDR3 Intel Iris Pro 1536 MB – Matt May 08 '16 at 01:28
  • 1
    My solution is to install Windows 10 through Bootcamp. It will run very much well and this problem will likely be gone. MacBook Pro (Retina, 15-inch, Mid 2014) supports Windows 10. – Programmer May 08 '16 at 01:36
  • I thought of this too. I was just hoping I wouldn't have to do it. (I really like Parallels) – Matt May 08 '16 at 01:39
  • 1
    There are many services running on Windows. By using Parallels VM, you are emulating all those services. If you install Windows 10 directly with Bootmcamp, there are less chances you will have problems like this and this is likely the problem. I am telling you this because I am also running Windows 10 on a Mac Hardware. I ran into problems with emulators but by using bootcamp, all those problems went away. If you go with this route, please notify me. I want to know if this solved the problem. – Programmer May 08 '16 at 01:40
  • 1
    Alright. I will do it. Let you know how it goes. – Matt May 08 '16 at 01:48
  • I was using the wrong SDK. Thanks for your help. – Matt May 08 '16 at 03:26

3 Answers3

3

I was using the wrong Windows SDK.

enter image description here

When installing Visual Studio Update 2, it asks if you want to install the Windows 10 SDK with it. This is the wrong SDK. What you need is the Windows 10 SDK preview.

Here is the link.

http://go.microsoft.com/fwlink/?LinkId=615097

Matt
  • 33,328
  • 25
  • 83
  • 97
0

I have not has this error, try these five things:

Try making sure all your DLL files are up to date,

Make sure you're connected to the internet

Make sure you have a secure connection

If you have a Native Windows machine try it on that.

Try reinstalling the remote on Parallels VM.

If all else fails, try reinstalling Parallels.

I cannot think of anything else :/

Hope this helps :-)

~Coolq

Coolq B
  • 344
  • 5
  • 10
  • Thanks for your answer. I think the problem is network related as @Programmer said. I am going to try it on bootcamp. – Matt May 08 '16 at 01:47
0

Please refer to the answer I've written here :

Xbox one dev mode and Unity free version

Btw to deploy on XboxOne you will need Windows 10 I'm assuming you are running it on you MAC using parallels / Boot camp etc.

Community
  • 1
  • 1
rony_y
  • 535
  • 1
  • 8
  • 26