Svcutil.exe dependent tool not found

I will compile a new WCF application and give an error on startup

"Dependent svcutil.exe tool 'not found."

Can someone tell me what to do?

+3
source share
1 answer

To solve this problem, install Windows SDK.Net 3.5. Here is the link to download it. Install this and the WCF test client should work without errors.

+1
source

All Articles