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.
source share