Visual Stuidio 2017 problem and its' fix

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
Multibyte
Posts: 42
Joined: September 17th, 2013, 5:55 am
Location: USA

Visual Stuidio 2017 problem and its' fix

Post by Multibyte » July 28th, 2018, 1:35 am

If you are encountering, like I have been, the VS error that prompts "Unrecognized error occurred in the Windows Web Services framework" when you try to build using Debug mode and x64 platform then the fix is posted by a Microsoft tech in this Developer Community thread:
https://developercommunity.visualstudio ... b-ser.html

Apparently, starting from VS 15.8 we will not need this manual fix. You can also ignore it completely and build the projects using x86 platform in which case you don't get the above error.

Post Reply