Search code examples
c#c++visual-studiovisual-studio-2017remote-debugging

Visual Studio Remote Debugging (2017) errors


whenever I want to remote debug a project (C# or native C++) in Visual Studio 2017 I currently get the following errors. These errors do not appear if I directly attach to a prior running process.

With Visual Studio 2015 remote debugging of the same projects did work like a charm.

Any ideas?

Error 1:

enter image description here

Error2:

enter image description here


Solution

  • To answer my question:

    After upgrading to Visual Studio 2017 15.3.1 remote debugging works as expected.