VS2015 SP3 remote debug illegal characters in path

百般思念 提交于 2019-12-01 19:45:45

The remote device should have a Visual Studio 2015 Remote Debugger tool uploaded to allow remote debugging. This tool differs between Visual Studio versions. So after Visual Studio upgrade it is needed to also update Remote Debugger tool on remote device. The tool is located usually in directory: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger

  1. Upgrade VS2015 to update 3 like raV720 said.
  2. Go to https://msdn.microsoft.com/en-us/subscriptions/downloads/#searchTerm=remote%20tools&MyProducts=true

    • Login with your MSDN data.
    • Go to 'Subscriber Downloads'.
    • Search 'remote debugger'.
    • Download 'Remote Tools for Visual Studio 2015 Update 3' - 64mb

If you do step 2 on your Windows tablet you avoid downloading lots of unnecessary GB of data on your remote device.

Then go to 'Remote Debugger' -> 'About', it should indicate: 14.0.25420.1 built by: D14REL which runs with VS2015 update 3.

Eddie

I couldn't find the Remote Tool Update 3 on MSDN (@wblanks - it would have been nice to post a link, although I suspect that even if you did, that link may not be available anymore, as I searched MSDN for this update and could find it).

However, I had Visual Studio 2015 Update 3 installed on my development machine.

In the C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger folder I found the msvsmon.exe version 14.0.25420. I copied the entire content of the Remote Debugger folder over the Remote Debugger folder on my tablet, where I had initially installed the Remote Tools for VS 2015, Update 1. After that, I restarted the Remote Debugger app on the tablet and when I tried to deploy my app remotely from Visual Studio 2015 running on my development machine, I no longer got the DEP4300 error.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!