Remote debugging on Surface Pro 3

I installed the x64 version of the remote debugging components for Visual Studio 2015 on my Surface Pro 3 with an Intel Core i3 processor and recently upgraded to Windows 10 Pro Insider Preview x64 .

When I try to debug a remote simple universal application from Visual Studio 2015 RC (Windows 8.1 Pro is running on the development machine) I have this error in the output window:

Error: Unable to connect to the Microsoft Visual Studio remote debugger with the name "192.168.1.2:4020 (hosthame)". Remote debugger is older than this version of Visual Studio 2015 RC, and Visual Studio is no longer compatible with it. Update the remote debugger to match Visual Studio.

There are also records of an unsuccessful connection attempt in the main (log) window of the Remote Debugging Monitor.

So, is there any β€œmore updated" version of removing the debugger component for Visual Studio 2015 RC, and then the current one I'm using, which, by the way, has version 14.0.22310.1 and was "built: DP" (I don’t know what it means)?

Or any thoughts on other ways to solve this problem?

I am studying installing Visual Studio on a surface directly, but would like to avoid it if possible.

+6
source share
2 answers

Well, I'll be harder next time - Remote Tools for Visual Studio 2015 RC (this link is no longer available, use the links below).

Update (2016-06-28)

Remote Tools for Visual Studio 2015 Update 3 :

Download (this link is no longer available, use the links below)

Update (2016-09-28)

+11
source

Sevenate, your last link is for 2013, not 2015. Your second link is still working, people just need to go: Tools for Visual Studio 2015-> Remote Tools for Visual Studio 2015 and download them for Update 3. Hope this helps enter image description here

+1
source

Source: https://habr.com/ru/post/986388/


All Articles