Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unrecognized error occurred in the Windows Web Services framework

I'm trying to build and run a simple project in Visual Studio 2017 (C++) in x64 using the Local Windows Debugger. However every time I try to run it using the debugger I get this error.

This error doesn't show up when I change it from x64 to x86, but I need it to compile to x64. This has happened on both computers that I've tried it on, and seems to happen in every one of my projects. I've tried reinstalling Visual Studio already and nothing's changed. I've tried adding 'devenv.exe' as an exception to the Windows Firewall but no changes there either, even when I disabled the firewall completely. My antivirus isn't affecting it at all either: still happens when I disable it.

The application runs fine when I find it in the explorer and run it manually but then I don't have any debugging tools.

What am I doing wrong here, how do I make it build and run my project as x64?

like image 929
lamados Avatar asked Mar 12 '17 20:03

lamados


1 Answers

I get this error every time I have an active VPN connection. If you use a VPN, try disconnect and see if the error disappears.

like image 150
Jake Avatar answered Nov 07 '22 12:11

Jake