5

I get this error when I attempt to run the wcftestclient application: "The client was unable to retrieve service metadata..."

What is odd that this happens when I load the program; before the UI to choose which service to connect to is loaded. I presume it's "helpfully" remembering the last service to which I connected, unfortunately this is no longer running and I have no idea what it could be (since the wcftestclient exits when this error pops up).

Does any one know where it may be storing this information and how I would go about deleting it?

Thomas
  • 6,291
  • 6
  • 40
  • 69
Chris Meek
  • 5,720
  • 9
  • 35
  • 44

2 Answers2

4

If you launch the application from the command line, passing in the URI of the service you want to test it works fine.

Chris Meek
  • 5,720
  • 9
  • 35
  • 44
0

Check this folder on your machine:

C:\Documents and Settings*User*\Local Settings\Application Data\Temp\Test Client Projects

All your clients are saved there.

NotADba
  • 117
  • 7