I compile a new WCF application and upon running gave the error
(WCF Test Client)(debug-startnewInstastance)
"The dependent tool 'svcutil.exe' is not found. "
To solve this problem install the Windows SDK .Net 3.5 Here the link to download it from. Install that and the WCF Test Client should run without error
IF Windows SDK .net 3.5 i already installed on system then
Verify and copy nd paste 'svcutil.exe' at path C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin.Now it should run fine.I suppose that 'svcutil.exe' was erased from machine while installing higher versions of framework. –