When I run my sample console app on x86, everything works fine. But when I try to use x64, nothing does. I keep on getting this error:
a 64-bit debugging operation is taking longer than expected
and later it says:
the connection with the remote endpoint was terminated
I have tried almost every solution online but to no avail.
Run cmd.exe as administrator. Type in and run the following commands: netsh winsock reset catalog tetsh int ip reset reset.log hit
https://blogs.msdn.microsoft.com/dsvc/2013/12/31/visual-studio-debugging-issue/
Visual Studio 2012 A remote operation is taking longer than expected
I'm using VS 2017. I have observed the same behavior on my VS 2015 as well. Everything was working fine yesterday and suddenly something has happened today because of which x64 has stopped working. I haven't installed any new apps or anything that could cause this.
Really splitting hairs here.