To run WCFTestClient.exe as a standalone appplication (without install a full version of Visual Studio 2010):
- Create a directory in the
dest.machine and copywcftestclient.exethere (only that file). -
Copy Microsoft.VisualStudio.VirtualTreeGrid.dll (version 10) from file below to same directory of
wcftestclient.exein thedest.machine.C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.VirtualTreeGrid\v4.0_10.0.0.0__b03f5f7f11d50a3a -
You would create in your destination machine the following two registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A\WinSDK-NetFx40Tools-x64] "InstallationFolder"="\" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A\WinSDK-NetFx40Tools-x86] "InstallationFolder"="\"Step note: You could export them from your development machine (maybe you could find another version, but please try with v7.0A first).
-
Then you will need copy from:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\svcutil.exeto your destination machine (same directory as
wcftestclient.exe)Step note: Is important this version of
svcutil.exe -
Run
wcftestclient.exe
Final notes: You will need only two .exe files and one .dll (wcftestclient.exe, svcutil.exe and Microsoft.VisualStudio.VirtualTreeGrid.dll) to run the application.
More information