Reputation: 11
With VS2008, we can add web services after setting VC++ projects to CLR.
But VS2013 doesn't give any option to add service references after doing this change.
Does anyone know how to add it?
Thanks a lot.
Upvotes: 1
Views: 520
Reputation: 18685
Run wsdl.exe with the /language:cpp option from the Visual Studio Command Prompt.
by Hans Passant
Upvotes: 2