york wei
york wei

Reputation: 11

How to add service references in VC++ with VS2013?

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

Answers (1)

t3chb0t
t3chb0t

Reputation: 18685

Run wsdl.exe with the /language:cpp option from the Visual Studio Command Prompt.

by Hans Passant

Upvotes: 2

Related Questions