Unrecognized error occurred in the structure of Windows Web Services

I am trying to create and run a simple project in Visual Studio 2017 (C ++) on x64 using the local Windows debugger. However, every time I try to run it using the debugger, I get this error.

This error does not appear when I change it from x64 to x86, but I need to compile it to x64. This happened on both computers that I tried, and it seems to be happening on each of my projects. I already tried reinstalling Visual Studio, and nothing has changed. I tried to add "devenv.exe" as an exception to the Windows firewall, but there were no changes there even when I completely turned off the firewall. My antivirus also does not affect it: it still happens when I turned it off.

The application works fine when I find it in Explorer and run it manually, but then I have no debugging tools.

What am I doing wrong here, how can I create it and run my project as x64?

+4
source share
1 answer

I get this error every time I have an active VPN connection. If you are using a VPN, try disconnecting and see if the error goes away.

+6
source

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


All Articles